Jackie-Jiang opened a new pull request #6118: URL: https://github.com/apache/incubator-pinot/pull/6118
## Description Add BloomFilterCreator and BloomFilterReader interface (similar to other indexes) Re-implemented `OnHeapGuavaBloomFilterCreator` and `OffHeapGuavaBloomFilterReader` Remove the size limit of the bloom filter Add `BloomFilterConfig` for custom `fpp` In order to config `fpp` for a bloom filter, use the key `bloomFilterConfigs` under the `tableIndexConfig` in the table config. E.g. ``` { "tableIndexConfig": { "bloomFilterConfigs": { "col1": { "fpp": 0.01 } }, ... }, ... } ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org