[email protected] has uploaded a new patch set (#5). ( http://gerrit.cloudera.org:8080/18675 )
Change subject: IMPALA-11368: Iceberg time-travel error message should show timestamp in local timezone ...................................................................... IMPALA-11368: Iceberg time-travel error message should show timestamp in local timezone In the FOR SYSTEM_TIME AS OF clause we expect timestamps in the local timezone, while the error message shows the timestamp in UTC timezone. The error message should show timestamp in local timezone. Testing: - Add e2e test Change-Id: Iba5d5eb65133f11cc4eb2fc15a19f7b25c14cc46 --- M fe/src/main/java/org/apache/impala/analysis/TimeTravelSpec.java M fe/src/main/java/org/apache/impala/util/ExprUtil.java M fe/src/main/java/org/apache/impala/util/IcebergUtil.java M testdata/workloads/functional-query/queries/QueryTest/iceberg-negative.test 4 files changed, 88 insertions(+), 4 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/75/18675/5 -- To view, visit http://gerrit.cloudera.org:8080/18675 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: Iba5d5eb65133f11cc4eb2fc15a19f7b25c14cc46 Gerrit-Change-Number: 18675 Gerrit-PatchSet: 5 Gerrit-Owner: Anonymous Coward <[email protected]> Gerrit-Reviewer: Anonymous Coward <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Tamas Mate <[email protected]> Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]>
