Closed wgtmac closed 1 week ago
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.
Add a new flag parquet.column.statistics.enabled to control whether to enable or disable column statistics for all columns.
parquet.column.statistics.enabled
Yes, a new test case has been added to TestStatistics.java.
Yes, a new flag has been exposed to the user.
Closes #3055
Thanks @pan3793 @ConeyLiu @Fokko!
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