snleee commented on issue #3528: Adding support for bloom filter URL: https://github.com/apache/incubator-pinot/pull/3528#issuecomment-443289194 Updated bloom filter implementation 1. Changed the implementation to use Guava BloomFilter library 2. Added unit test for bloom filter 3. Enforcing the maxmimum size of bloom filter to 1MB 4. Created bloom filter interface in order to make it easier to add other types of bloom filter (e.g. offheap)
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
