Skip to content

Commit

Permalink
fix failed uts
Browse files Browse the repository at this point in the history
  • Loading branch information
taiyang-li committed Sep 9, 2024
1 parent f966e1e commit fec0eb4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,8 @@ class ClickHouseTestSettings extends BackendTestSettings {
.exclude("analyze empty table")
.exclude("analyze column command - result verification")
.exclude("column stats collection for null columns")
.exclude("store and retrieve column stats in different time zones")
.excludeGlutenTest("store and retrieve column stats in different time zones")
enableSuite[GlutenStringFunctionsSuite]
.exclude("string regex_replace / regex_extract")
.exclude("string overlay function")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,8 @@ class ClickHouseTestSettings extends BackendTestSettings {
.exclude("analyze empty table")
.exclude("analyze column command - result verification")
.exclude("column stats collection for null columns")
.exclude("store and retrieve column stats in different time zones")
.excludeGlutenTest("store and retrieve column stats in different time zones")
enableSuite[GlutenStringFunctionsSuite]
.exclude("string regex_replace / regex_extract")
.exclude("string overlay function")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,8 @@ class ClickHouseTestSettings extends BackendTestSettings {
.exclude("analyze empty table")
.exclude("analyze column command - result verification")
.exclude("column stats collection for null columns")
.exclude("store and retrieve column stats in different time zones")
.excludeGlutenTest("store and retrieve column stats in different time zones")
enableSuite[GlutenStringFunctionsSuite]
.exclude("string regex_replace / regex_extract")
.exclude("string overlay function")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,8 @@ class ClickHouseTestSettings extends BackendTestSettings {
.exclude("analyze empty table")
.exclude("analyze column command - result verification")
.exclude("column stats collection for null columns")
.exclude("store and retrieve column stats in different time zones")
.excludeGlutenTest("store and retrieve column stats in different time zones")
enableSuite[GlutenStringFunctionsSuite]
.exclude("string regex_replace / regex_extract")
.exclude("string overlay function")
Expand Down

0 comments on commit fec0eb4

Please sign in to comment.