Baqend / Orestes-Bloomfilter

Library of different Bloom filters in Java with optional Redis-backing, counting and many hashing options.
Other
843 stars 245 forks source link

Addressing 'NumberFormatException: Null' in CountingBloomFilterRedis … #41

Closed JPercivall closed 7 years ago

JPercivall commented 7 years ago

…stated in Issue 40

Adding a nonNull filter to "getEstimatedCount". I'm not 100% sure whether nulls should be ignored or converted to 0 but I believe ignoring them is the correct path.

fbuecklers commented 7 years ago

It is fixed as described in #40