phpisciuneri

Results 4 comments of phpisciuneri

@colindean @samratmitra-0812 I think handling as an exception in `ColumnMaxCheck` is more appropriate. In both cases it is an edge that isn't covered, rather than a logical failure of the...

> Immediate exit for normally long-running processes should be focused at the start of the run. If there's a way we can detect supported types in configCheck, we should do...

Initial considerations involve calculating the statistics as efficiently as possible. Some different approaches off of the top of my head include: - calculating statistics using [UDAFs](https://docs.databricks.com/spark/latest/spark-sql/udaf-scala.html). For exact calculation of...

@samratmitra-0812 This is for the current HEAD of [Hive3_Support](https://github.com/target/data-validator/tree/Hive3_Support) branch correct? If so, I will take a closer look tomorrow.