wgtmac opened a new pull request, #3060: URL: https://github.com/apache/parquet-java/pull/3060
### Rationale for this change Now size statistics are enabled globally. We need to better control the behavior when it is not necessary. ### What changes are included in this PR? Add a new flag `parquet.size.statistics.enabled` to control whether to enable size statistics globally. It also supports a per-column control. ### Are these changes tested? Yes, added a test case in TestParquetWriter.java. ### Are there any user-facing changes? Yes, a new flag `parquet.size.statistics.enabled` has been added. Closes #3059 -- 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]
