-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-15498: [C++][Compute] Implement Bloom filter pushdown between hash joins #12289
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
Closed
Closed
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
7cbafc8
Adding Bloom filter implementation
michalursa 012175a
Add Bloom Filter Pushdown
save-buffer e529280
Fix after rebase
save-buffer 3b75380
clang-format
save-buffer 0e8a770
Standardize on int64_t, make rngs thread-local
save-buffer 244aaf1
Delete some random unnecessary code, fix rand_int
save-buffer a3dfc3b
Make thread sanitizer happy
save-buffer df5f8cd
Make Bloom filter test multithreaded. This upsets tsan.
save-buffer eb8117e
Dumb bug
save-buffer 48204fd
Remove my thread fences
save-buffer 6839829
Rebase
save-buffer 05b935c
Switch to int64_t again
save-buffer 7e594b2
Switch to unique_ptr
save-buffer 5ec4e0c
Make bloom filter blocks atomics
save-buffer 4f5dbcd
Switch back to non-atomics, but silence tsan for these functions
save-buffer c7e250b
clang-format
save-buffer 3af8ce4
clang-format
save-buffer 21eb53a
static_cast
save-buffer 7c58dd1
Use condition variable in test
save-buffer dbb773f
Make it green
save-buffer 80301a4
Respond to Weston comments
save-buffer 9f67171
ARROW_EXPORT
save-buffer 7aa7458
More ARROW_EXPORT
save-buffer a10a6a8
Remove line
save-buffer 9f23c88
Pray to the mighty barney that his condition variable may work
save-buffer 54d5022
Add an underscore
save-buffer f1335e1
Document parameter, explicitly initialize variable in constructor
save-buffer 9929b84
Document another thing
save-buffer f68ea78
Fix dumb bug
save-buffer 75bf765
Run fewer tests
save-buffer 1aaeb6f
Respond to michal comments
save-buffer 643eeb5
Fix CV and fix TSAN BloomFilterBuilder (thanks Michal and Weston)
save-buffer b28f4d5
Fix on big endian
save-buffer b18a7d3
Run fewer tests with ASAN
save-buffer caa3193
Fix weston comments
save-buffer 16e7d76
clang-format
save-buffer 68c3ba6
Make windows happy again
save-buffer bdbcb01
clang-format
save-buffer 36a229b
Try fixing on big endian again
save-buffer 6e5bf4c
clang-format
save-buffer a3b2f93
Disable bloom filter on big endian
save-buffer 1a4ae69
Hopefully fix timeout
save-buffer 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
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.
Uh oh!
There was an error while loading. Please reload this page.