You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add margin to Decimal precision when deciding to SUM output to string ([#1395](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1395)) ([f231b3d](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/f231b3d1ea174a3c33dcc493be2950b36dcfa759))
12
+
* Cater for ExtractEpochSeconds overflowing integer ([#1397](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1397)) ([c175146](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/c1751462effee9d7e5bf8a8a5098770ce96cb1f3))
13
+
14
+
15
+
### Bug Fixes
16
+
17
+
* Cast epoch_seconds to int64 in combiner ([#1407](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1407)) ([e76a123](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/e76a123f53275285fd004fcefc11efad0bd64e05))
18
+
* Cast sum of epoch_seconds to string to avoid int64 overflow ([#1412](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1412)) ([7814906](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/781490658875f6dab128f11c1a1af325561788fc))
19
+
* Change get_filters to not hang due to long filter strings ([#1418](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1418)) ([a752cf5](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/a752cf5ac0b0c8bf330b0470d3c818b4942b1232))
20
+
* Row validations fail for values with trailing newline ([#1415](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1415)) ([a169f63](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/a169f635855f736b291a9163429d4c10743c6e12))
21
+
* Workaround for dates < 1970 on Windows ([#1392](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1392)) ([4ff5d3a](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/4ff5d3a359f824d91e2c26dc1f88a22cdeeb9103))
0 commit comments