Skip to content

Commit

Permalink
update ch
Browse files Browse the repository at this point in the history
  • Loading branch information
loneylee committed May 31, 2024
1 parent f2bd824 commit 567964f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class GlutenClickHouseDatetimeExpressionSuite
.set("spark.sql.shuffle.partitions", "5")
.set("spark.sql.autoBroadcastJoinThreshold", "10MB")
.set("spark.sql.adaptive.enabled", "true")
.set("spark.sql.session.timeZone", "GMT+8")
.set("spark.sql.session.timeZone", "GMT+08:00")
}

override protected def createTPCHNotNullTables(): Unit = {
Expand Down
2 changes: 1 addition & 1 deletion cpp-ch/clickhouse.version
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
CH_ORG=Kyligence
CH_BRANCH=rebase_ch/20240527
CH_COMMIT=21ea1a7630df486e96b7e4f2b731ab335b10d8f5
CH_COMMIT=7ebb938593259aeb09952289ef7553b045ce4c15

0 comments on commit 567964f

Please sign in to comment.