Impala Public Jenkins has submitted this change and it was merged. ( 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 Reviewed-on: http://gerrit.cloudera.org:8080/18675 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- 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(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- 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: merged Gerrit-Change-Id: Iba5d5eb65133f11cc4eb2fc15a19f7b25c14cc46 Gerrit-Change-Number: 18675 Gerrit-PatchSet: 7 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]>
