awslabs / deequ

Deequ is a library built on top of Apache Spark for defining "unit tests for data", which measure data quality in large datasets.
Apache License 2.0
3.18k stars 519 forks source link

Add DateTimeMetric, Analyzer and Example #568

Open zeotuan opened 1 month ago

zeotuan commented 1 month ago

Description of changes: Add DateTimeMetric support. This chunk part of #299 to only DateTimeMetric support + Remove usage of deprecated UDAF from original PR, use java.time.Instant isntead of java.sql.timestamp + Some cleaning up TODO: Add Tests

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.