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-1630: add empty compression union for Bloom filter #149

Merged
merged 1 commit into from
Aug 13, 2019

Conversation

jbapple
Copy link
Contributor

@jbapple jbapple commented Aug 10, 2019

Right now no compression methods are supported. For more on Bloom
filter compression, see Michael Mitzenmacher's "Compressed Bloom
Filters",
https://www.eecs.harvard.edu/~michaelm/NEWWORK/postscripts/cbf2.pdf

@jbapple
Copy link
Contributor Author

jbapple commented Aug 10, 2019

@rdblue review requested

/**
* The compression used in the Bloom filter.
**/
union BloomFilterCompression {}
Copy link
Contributor

Choose a reason for hiding this comment

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

I think there should be a BloomFilterCompression for Uncompressed so that implementations can check for it and ignore bloom filters if the compression doesn't match.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Agreed; done.

Right now no compression methods are supported. For more on Bloom
filter compression, see Michael Mitzenmacher's "Compressed Bloom
Filters",
https://www.eecs.harvard.edu/~michaelm/NEWWORK/postscripts/cbf2.pdf
@rdblue rdblue merged commit 556ebee into apache:master Aug 13, 2019
@rdblue
Copy link
Contributor

rdblue commented Aug 13, 2019

Thanks @jbapple! I'll merge this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants