[
https://issues.apache.org/jira/browse/IMPALA-11739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
gaoxiaoqing updated IMPALA-11739:
---------------------------------
Summary: Skip pushing down BinaryPredicate with NullLiteral for Iceberg
tables (was: Iceberg partitioning column cannot be filtered not equal NULL or
equal NULL)
> Skip pushing down BinaryPredicate with NullLiteral for Iceberg tables
> ---------------------------------------------------------------------
>
> Key: IMPALA-11739
> URL: https://issues.apache.org/jira/browse/IMPALA-11739
> Project: IMPALA
> Issue Type: Bug
> Reporter: gaoxiaoqing
> Assignee: gaoxiaoqing
> Priority: Major
> Labels: iceberg
> Fix For: Impala 4.2.0
>
>
> Following query throws an Exception, "ERROR: ClassCastException:
> org.apache.impala.analysis.NullLiteral cannot be cast to
> org.apache.impala.analysis.StringLiteral"
> {noformat}
> select * from iceberg_alltypes_part where p_string!=NULL;{noformat}
> When hdfs table filtered not equal null or equal null, it is successful. It
> should keep same.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]