divjotarora opened a new pull request, #3610: URL: https://github.com/apache/parquet-java/pull/3610
### Rationale for this change See parquet-format proposal for rationale: https://github.com/apache/parquet-format/pull/584 ### What changes are included in this PR? Add new `INT96_TIMESTAMP_ORDER` sort order and related parsing. On the writer side, the PR adds a default-false `parquet.int96.timestamp.statistics.enabled` flag. When enabled, int96 columns are written with the new order. When disabled, no stats are emitted for int96 columns. On the reader side, the PR adds a default-true `parquet.int96.timestamp.statistics.read.enabled` flag: int96 statistics are propagated only if the flag is enabled and they use the new order. ### Are these changes tested? Yes, new unit tests. ### Are there any user-facing changes? Two new flags and a Thrift change. Closes #3609 -- 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]
