You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "LiPenglin (Jira)" <ji...@apache.org> on 2022/08/08 08:56:00 UTC

[jira] [Resolved] (IMPALA-11446) push down NOT_IN predicate to iceberg

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

LiPenglin resolved IMPALA-11446.
--------------------------------
    Resolution: Resolved

> push down NOT_IN predicate to iceberg
> -------------------------------------
>
>                 Key: IMPALA-11446
>                 URL: https://issues.apache.org/jira/browse/IMPALA-11446
>             Project: IMPALA
>          Issue Type: Sub-task
>            Reporter: LiPenglin
>            Assignee: LiPenglin
>            Priority: Major
>
> Since 'org.apache.iceberg.expressions.InclusiveMetricsEvaluator.MetricsEvalVisitor#notIn' [https://github.com/apache/iceberg/blob/master/api/src/main/java/org/apache/iceberg/expressions/InclusiveMetricsEvaluator.java#L370] always returns 'ROWS_MIGHT_MATCH', the push-down of NOT_IN was not implemented at that time, but NOT_IN works when the column is a partitioned column, it's still very helpful.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)