From f0f6164560fcf488e674ca703cd15ee103256bf9 Mon Sep 17 00:00:00 2001 From: Ferdinand Xu Date: Mon, 27 Nov 2023 21:30:39 +0800 Subject: [PATCH] Revert before commit --- integration_tests/run_pyspark_from_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_tests/run_pyspark_from_build.sh b/integration_tests/run_pyspark_from_build.sh index f6e32c72161..4d5770d4b57 100755 --- a/integration_tests/run_pyspark_from_build.sh +++ b/integration_tests/run_pyspark_from_build.sh @@ -224,7 +224,7 @@ else fi # time zone will be tested; use export TZ=time_zone_name before run this script - TZ=${TZ:-UTC} + TZ="Asia/Shanghai" # Set the Delta log cache size to prevent the driver from caching every Delta log indefinitely export PYSP_TEST_spark_driver_extraJavaOptions="-ea -Duser.timezone=$TZ -Ddelta.log.cacheSize=10 $COVERAGE_SUBMIT_FLAGS"