Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-3055: Disable column statistics for all columns by configuration #3056

Merged
merged 2 commits into from
Nov 13, 2024

Conversation

wgtmac
Copy link
Member

@wgtmac wgtmac commented Nov 10, 2024

Rationale for this change

#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

@wgtmac wgtmac merged commit 34359c9 into apache:master Nov 13, 2024
9 checks passed
@wgtmac
Copy link
Member Author

wgtmac commented Nov 13, 2024

Thanks @pan3793 @ConeyLiu @Fokko!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Disable column statistics for all columns by configuration
4 participants