Fang-Yu Rao has uploaded this change for review. ( http://gerrit.cloudera.org:8080/16425
Change subject: IMPALA-10158: Set timezone to UTC for Iceberg-related E2E tests ...................................................................... IMPALA-10158: Set timezone to UTC for Iceberg-related E2E tests We found that the tests of test_iceberg_query and test_iceberg_profile fail after the patch for IMPALA-9741 has been merged and that it is due to the default timezone of Impala not being UTC. This patch fixes the issue by adding "SET TIMEZONE=UTC;" before those test queries are run. Testing: - Verified in a local development environment that the tests of test_iceberg_query and test_iceberg_profile could pass after applying this patch. Change-Id: Ie985519e8ded04f90465e141488bd2dda78af6c3 --- M testdata/workloads/functional-query/queries/QueryTest/iceberg-profile.test M testdata/workloads/functional-query/queries/QueryTest/iceberg-query.test 2 files changed, 5 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/25/16425/2 -- To view, visit http://gerrit.cloudera.org:8080/16425 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ie985519e8ded04f90465e141488bd2dda78af6c3 Gerrit-Change-Number: 16425 Gerrit-PatchSet: 2 Gerrit-Owner: Fang-Yu Rao <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Fang-Yu Rao <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]> Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]>
