apache / parquet-java

Apache Parquet Java
https://parquet.apache.org/
Apache License 2.0
2.56k stars 1.4k forks source link

Add intersection API to BloomFilter interface #2470

Open asfimport opened 4 years ago

asfimport commented 4 years ago

The intersection of Bloom Filter is a useful operation if we manipulate just bloom filters.

Note: The intersection of two bloom filters have a higher false-positive rate than a bloom filter constructed from the intersection of two sets.

Reporter: Walid Gara / @garawalid Assignee: Walid Gara / @garawalid

PRs and other links:

Note: This issue was originally created as PARQUET-1816. Please see the migration documentation for further details.

asfimport commented 4 years ago

Gabor Szadovszky / @gszadovszky: Please, find my comment at PARQUET-1815.