Skip to content

Commit 1c14e09

Browse files
committed
set timezone for tests
Signed-off-by: Yuan <yuanzhou@apache.org>
1 parent 9599f9f commit 1c14e09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backends-velox/src/test/scala/org/apache/gluten/benchmarks/NativeBenchmarkPlanGenerator.scala

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ class NativeBenchmarkPlanGenerator extends VeloxWholeStageTransformerSuite {
4949
override protected def sparkConf: SparkConf = {
5050
super.sparkConf
5151
.set("spark.shuffle.manager", "org.apache.spark.shuffle.sort.ColumnarShuffleManager")
52+
.set("spark.sql.session.timeZone", "GMT+08:00")
5253
}
5354

5455
test("Test plan json non-empty - AQE off") {

0 commit comments

Comments
 (0)