Skip to content

Commit

Permalink
Revert before commit
Browse files Browse the repository at this point in the history
  • Loading branch information
winningsix committed Nov 27, 2023
1 parent eb32703 commit f0f6164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/run_pyspark_from_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f0f6164

Please sign in to comment.