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.
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-34785: [C++][Parquet] Parquet Bloom Filter Writer Implementation #37400
base: main
Are you sure you want to change the base?
GH-34785: [C++][Parquet] Parquet Bloom Filter Writer Implementation #37400
Changes from all commits
f1c6dc0
6ebd6da
70c9267
48350d8
d2a659e
41236d8
8afba81
96c6691
c131341
220b58e
ad96c48
b756241
f43505b
3497f4a
fecd0f0
29cc1c1
ffbb491
4d63428
f689716
8e9cb16
7fd47be
7c4ff4e
feccee9
90245e7
d924e36
0340193
b78eed0
23828e1
6fd57dc
86a8760
f8e724c
447badf
0c1065c
5225e08
a779982
4195406
ed267bd
478889d
2992072
4852261
add1afd
f627e30
bb8d4a5
ad0f1af
e1de5bc
430742a
00f176e
17f4951
de27ce4
259f15b
057b542
34a4c28
70e3508
c587568
2223423
22030db
e9c550a
23fb3fa
d892819
ef3291d
7aee7dd
c5b1fb1
0898466
71f5906
d57ceea
26c2d07
d422ffa
e6bc6e1
dfaf0e8
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
What about changing
bloom_filters_
to be an output parameter to functionReadBloomFilters
instead of a class member variable?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.
The three test cases below share a lot of common logic (with exactly same data). Should we refactor them to eliminate the duplicate?