Bankim Bhavsar created KUDU-3221:
------------------------------------

             Summary: Add Bloom filter predicate push down support in Kudu Java 
client
                 Key: KUDU-3221
                 URL: https://issues.apache.org/jira/browse/KUDU-3221
             Project: Kudu
          Issue Type: Task
          Components: client, java
    Affects Versions: 1.13.0
            Reporter: Bankim Bhavsar


We added support for predicate pushdown with Bloom filter predicate in 1.13. 
See KUDU-2483.
However instead of using the existing Bloom filter in Kudu which is used 
internally for index look ups, we decided to import the Cache, Hash and Space 
efficient Bloom filter from Impala which was written in C++.
We need to create a binary compatible Bloom filter in Java to be push down the 
Bloom filter predicate to Kudu servers from Java clients.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to