Zoltan Borok-Nagy has uploaded this change for review. ( http://gerrit.cloudera.org:8080/17417
Change subject: IMPALA-10433: Use Iceberg's fixed partition transforms ...................................................................... IMPALA-10433: Use Iceberg's fixed partition transforms Because of an Iceberg bug Impala didn't push predicates to Iceberg for dates/timestamps when the predicate referred to a value before the UNIX epoch. https://github.com/apache/iceberg/pull/1981 fixed the Iceberg bug, and lately Impala switched to an Iceberg version that has the fix, therefore this patch enables predicate pushdown for all timestamp/date values. The above Iceberg patch maintains backward compatibility with the old, wrong behavior. Therefore sometimes we need to read plus one Iceberg partition than necessary. Testing: * Updated current e2e tests Change-Id: Ie67f41a53f21c7bdb8449ca0d27746158be7675a --- M fe/src/main/java/org/apache/impala/planner/IcebergScanNode.java M testdata/workloads/functional-query/queries/QueryTest/iceberg-partition-transform-insert.test 2 files changed, 10 insertions(+), 19 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/17/17417/1 -- To view, visit http://gerrit.cloudera.org:8080/17417 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ie67f41a53f21c7bdb8449ca0d27746158be7675a Gerrit-Change-Number: 17417 Gerrit-PatchSet: 1 Gerrit-Owner: Zoltan Borok-Nagy <[email protected]>
