apache / parquet-java

Apache Parquet Java
https://parquet.apache.org/
Apache License 2.0
2.65k stars 1.41k forks source link

Disable column statistics for all columns by configuration #3055

Closed wgtmac closed 1 week ago

wgtmac commented 1 week ago

Describe the enhancement requested

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.

Component(s)

Core