apache / parquet-java

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

GH-2988: Supports disabling statistics for specific columns #2989

Closed ConeyLiu closed 2 months ago

ConeyLiu commented 3 months ago

Rationale for this change

Closes #2988

What changes are included in this PR?

Supports config

Are these changes tested?

New UTs.

Supports disabling statistics for specific columns by configuration.

Are there any user-facing changes?

The existing code does not need changes.

Closes #2988