divjotarora opened a new issue, #583: URL: https://github.com/apache/parquet-format/issues/583
### Describe the enhancement requested https://github.com/apache/parquet-format/issues/502 was closed with a format change to suggest writers emit INT96 statistics with a specific order (compare lower 4 bytes followed by upper 8 bytes). This is correct, but there are many files in the wild with incorrect stats as some older writer versions produced stats with simple bytewise comparisons. To disambiguate correct stats that can be used for processing from incorrect stats that should be ignored, I propose defining a new sort order specifically for INT96 timestamp values. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
