-
Notifications
You must be signed in to change notification settings - Fork 2.5k
[HUDI-5534] Optimizing Bloom Index lookup when using Bloom Filters from Metadata Table #7642
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
alexeykudinkin
merged 28 commits into
apache:master
from
onehouseinc:ak/blm-idx-dag-opt
Jan 27, 2023
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
4763d2e
Rebasing MT Bloom Index partition listing to do bulk-request to MT li…
66551ee
Revisit Bloom Index to avoid superfluous conversions
bfa0e3c
Adding missing utils to `HoodieData` hierarchy
efa73a6
Streamline Bloom Index to pass around `HoodiePairData` to avoid unnec…
188d37d
Fixing `ClassCastException`
f86bc5b
Fixed `BloomFilter` deserialization seq to avoid mutating source `Byt…
bb6cf62
[WIP] Split Bloom Index lookup in MT and actual file probing to allow…
e68e224
Rebased Bloom Index to rely on full `HoodieFileGroupId` instead of ju…
37b34ec
Added static FS view as broadcasted value (to avoid the need to fire …
e0bc340
De-duplicated `HoodieBloomIndexCheckFunction` to be re-used for List/…
209fc66
Tidying up
0bb0aea
Use method rewriting the record that skips the validation
8dac4b5
Tidying up
736ab71
Reverting inadvertent changes
09012c6
Fixing compilation for Scala 2.11
25698d8
Scaffolded `HoodieRDDUtils` to handle incompatible change in Spark 3.…
f4ecb9f
Fixed non-serializable lambdas
c7bbc9a
Killing dead code
71b9af0
Fixing compilation
e3eb787
Introduced `Transient` to auto-reset after being serialized based on …
c9ca811
Cleaned up `BaseTableMetadata` to avoid holding `SerializableConfigur…
66ed5f7
Made `HoodieBackedTableMetadata` serializable even when reusing the u…
fe8f935
Simplified and cleaned up `FlatteningIterator`;
077909a
Added workaround to avoid re-processing whole partition for every fil…
6fdd8b5
Adding java-docs
0a80390
[XXX] Avoid repartitioning multiple times by using the same paralleli…
c5489b7
Tidying up
bb20aea
Tidying up
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This makes sure we query Column Stats in MT in one batch request