Xiaoqing Gao has uploaded this change for review. (
http://gerrit.cloudera.org:8080/19270
Change subject: IMPALA-11739: Iceberg partitioning column cannot be filtered
not equal NULL or equal NULL
......................................................................
IMPALA-11739: Iceberg partitioning column cannot be filtered not equal NULL or
equal NULL
When iceberg partitioning column filter not NULL or equal NULL, it throws
"ERROR: ClassCastException: org.apache.impala.analysis.NullLiteral cannot be
cast to org.apache.impala.analysis.StringLiteral" or other type Literal.
Testing:
- add following query in iceberg-query.test
SELECT * from iceberg_partitioned_orc_external
where action = NULL
Change-Id: Id6c50978ebac2590622027a239db03f56b082de3
---
M fe/src/main/java/org/apache/impala/planner/IcebergScanPlanner.java
M testdata/workloads/functional-query/queries/QueryTest/iceberg-query.test
2 files changed, 12 insertions(+), 0 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/70/19270/1
--
To view, visit http://gerrit.cloudera.org:8080/19270
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id6c50978ebac2590622027a239db03f56b082de3
Gerrit-Change-Number: 19270
Gerrit-PatchSet: 1
Gerrit-Owner: Xiaoqing Gao <[email protected]>