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 "Quanlong Huang (Jira)" <ji...@apache.org> on 2022/02/21 02:50:00 UTC

[jira] [Created] (IMPALA-11141) Use exact data types in IN-list filter

Quanlong Huang created IMPALA-11141:
---------------------------------------

             Summary: Use exact data types in IN-list filter
                 Key: IMPALA-11141
                 URL: https://issues.apache.org/jira/browse/IMPALA-11141
             Project: IMPALA
          Issue Type: Improvement
            Reporter: Quanlong Huang
            Assignee: Quanlong Huang


Currently, we use a std::unordered_set<int64_t> for all integer types (including DATE type). It's a waste of space for small data types like tinyint, smallint, int, etc. We'd better extends the base InListFilter class with different implementations for different data types.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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