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

parquet: Add support for Bloom filters on binary columns #9644

Merged
merged 1 commit into from
Mar 19, 2024

Conversation

progval
Copy link
Contributor

@progval progval commented Mar 16, 2024

Which issue does this PR close?

Closes #9643.

Rationale for this change

They allow faster access to binary columns with high cardinality

What changes are included in this PR?

Also adds tests for statistics-based row group pruning.

Are these changes tested?

Yes

Are there any user-facing changes?

It should be invisible other than a performance improvement.

@github-actions github-actions bot added the core Core DataFusion crate label Mar 16, 2024
@progval progval changed the title Add support for Bloom filters on binary columns parquet: Add support for Bloom filters on binary columns Mar 16, 2024
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️ -- thank you @progval

@alamb alamb merged commit b87dd61 into apache:main Mar 19, 2024
24 checks passed
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core DataFusion crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for Bloom filters on binary columns in Parquet tables
2 participants