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/28 15:59:00 UTC

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

     [ https://issues.apache.org/jira/browse/IMPALA-11243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

    Assignee: LiPenglin

> 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
>            Assignee: LiPenglin
>            Priority: Major
>              Labels: impala-iceberg
>
> 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.7#820007)

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