You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Wenzhe Zhou (Jira)" <ji...@apache.org> on 2020/04/24 20:12:00 UTC

[jira] [Created] (IMPALA-9691) Support Kudu Timestamp and Date Bloom Filter

Wenzhe Zhou created IMPALA-9691:
-----------------------------------

             Summary: Support Kudu Timestamp and Date Bloom Filter 
                 Key: IMPALA-9691
                 URL: https://issues.apache.org/jira/browse/IMPALA-9691
             Project: IMPALA
          Issue Type: Improvement
          Components: Backend, Frontend
    Affects Versions: Impala 4.0
            Reporter: Wenzhe Zhou
            Assignee: Wenzhe Zhou
             Fix For: Impala 4.0


Impala saves Timestamp as 92 bit value, while supporting Timestamp for Kudu using unixtime_micros (i.e. int64).  This causes different hash values being used when calling Insert() and Find() for bloom filter.

Impala should generate timestamp bloom filters for Kudu by using 64 bit unixtime_micros.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org