Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
exmy committed Jun 28, 2024
1 parent fbbae17 commit fbfb30a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,6 @@ class ClickHouseTestSettings extends BackendTestSettings {
.exclude("LOCATE")
.exclude("LPAD/RPAD")
.exclude("REPEAT")
.exclude("length for string / binary")
.exclude("ParseUrl")
.exclude("SPARK-33468: ParseUrl in ANSI mode should fail if input string is not a valid url")
.excludeGlutenTest("SPARK-40213: ascii for Latin-1 Supplement characters")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,6 @@ class ClickHouseTestSettings extends BackendTestSettings {
.exclude("translate")
.exclude("LOCATE")
.exclude("REPEAT")
.exclude("length for string / binary")
.exclude("ParseUrl")
.exclude("SPARK-33468: ParseUrl in ANSI mode should fail if input string is not a valid url")
enableSuite[GlutenDataSourceV2DataFrameSessionCatalogSuite]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,6 @@ class ClickHouseTestSettings extends BackendTestSettings {
.exclude("translate")
.exclude("LOCATE")
.exclude("REPEAT")
.exclude("length for string / binary")
.exclude("ParseUrl")
.exclude("SPARK-33468: ParseUrl in ANSI mode should fail if input string is not a valid url")
enableSuite[GlutenDataSourceV2DataFrameSessionCatalogSuite]
Expand Down

0 comments on commit fbfb30a

Please sign in to comment.