-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Write Bloom filters between row groups instead of the end #5860
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
759767b
Add example script to write Parquet files with a Bloom filter
progval a417f01
Write Bloom filters between row groups instead of the end
progval 5daf96f
Merge branch 'master' into interleave-bloom
progval 6effa7f
Add WriterProperties::bloom_filter_position
progval f23759a
Mutate the right row group metadata
progval 83b475e
Add a test for Bloom Filters written at the end
progval 3f810b5
Update async writer accordingly
progval ad0c40e
Undo accidental commit
progval 74c40ee
Clippy
progval f237e8c
Apply suggestions from code review
progval d2a7ab8
Rewrite example with constants as parameters and fewer dependencies
progval b434eea
Merge branch 'master' into interleave-bloom
progval 942c6ab
rustfmt
progval e4a588d
Clippy
progval ed9e576
Fix MSRV
progval abd81ef
Merge remote-tracking branch 'apache/master' into interleave-bloom
alamb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add WriterProperties::bloom_filter_position
- Loading branch information
commit 6effa7f90ea7eb71c841b81dd9f15f0cae853997
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.