Jackie-Jiang opened a new pull request #6147: URL: https://github.com/apache/incubator-pinot/pull/6147
## Description Add the on-heap version of the guava bloom filter reader Add 2 new fields into the `BloomFilterConfig`: - maxSizeInBytes: if configured, limit the max size of the bloom filter (will use a larger fpp if the configured fpp hits the limit) - loadOnHeap: load the bloom filter on-heap or off-heap ---------------------------------------------------------------- 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