Closed wgtmac closed 4 days ago
Now size statistics are enabled globally. We need to better control the behavior when it is not necessary.
Add a new flag parquet.size.statistics.enabled to control whether to enable size statistics globally. It also supports a per-column control.
parquet.size.statistics.enabled
Yes, added a test case in TestParquetWriter.java.
Yes, a new flag parquet.size.statistics.enabled has been added.
Closes #3059
Could you please take a look? Thanks! @gszadovszky @Fokko
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