wgtmac opened a new pull request, #3056: URL: https://github.com/apache/parquet-java/pull/3056
### Rationale for this change https://github.com/apache/parquet-java/pull/2989 has added a per-column config to disable column statistics. This issue aims to add a global flag to disable column statistics for all columns. ### What changes are included in this PR? Add a new flag `parquet.column.statistics.enabled` to control whether to enable or disable column statistics for all columns. ### Are these changes tested? Yes, a new test case has been added to TestStatistics.java. ### Are there any user-facing changes? Yes, a new flag has been exposed to the user. Closes #3055 -- 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]
