Quanlong Huang created IMPALA-11138:
---------------------------------------
Summary: Runtime IN-list filter support
Key: IMPALA-11138
URL: https://issues.apache.org/jira/browse/IMPALA-11138
Project: IMPALA
Issue Type: Epic
Components: Backend, Frontend
Reporter: Quanlong Huang
Assignee: Quanlong Huang
Many storage clients (e.g. kudu client, orc reader) support pushing IN-list
predicates down.
We currently have runtime bloom filters and runtime min_max filters generated
by the build side of joins and applied on hdfs/kudu scan nodes. However, they
can't be converted into IN-list predicates. This epic aims to support runtime
IN-list filter to leverage these interfaces.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)