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 "Zoltán Borók-Nagy (Jira)" <ji...@apache.org> on 2022/04/13 15:56:00 UTC

[jira] [Created] (IMPALA-11243) Improve predicate pushdown to Iceberg

Zoltán Borók-Nagy created IMPALA-11243:
------------------------------------------

             Summary: Improve predicate pushdown to Iceberg
                 Key: IMPALA-11243
                 URL: https://issues.apache.org/jira/browse/IMPALA-11243
             Project: IMPALA
          Issue Type: Improvement
          Components: Frontend
            Reporter: Zoltán Borók-Nagy


Iceberg provides a rich API to push down predicates, e.g. we could push down complex predicates with OR, NOT, etc.

Also, currently we only push down predicates in the form:

{noformat}
COL <bin-operator> LITERAL_EXPR
E.g.:
col_ts <= '2021-01-01 12:01:00'
{noformat}

Instead of only allowing literal expressions, we could evaluate any constant expression and push down the result to Iceberg.





--
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