Skip to content

Commit 0e9021d

Browse files
committed
fix style error
1 parent 4b35765 commit 0e9021d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

gluten-ut/spark35/src/test/scala/org/apache/gluten/utils/clickhouse/ClickHouseTestSettings.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1878,8 +1878,7 @@ class ClickHouseTestSettings extends BackendTestSettings {
18781878
"Case-insensitive parser - mixed-case schema - select with different-case column names")
18791879
.excludeCH(
18801880
"Case-insensitive parser - mixed-case schema - filter with different-case column names")
1881-
.excludeCH(
1882-
"Case-insensitive parser - mixed-case schema - subquery filter with different-case column names")
1881+
.excludeCH("Case-insensitive parser - mixed-case schema - subquery filter with different-case column names")
18831882
.excludeCH("SPARK-36352: Spark should check result plan's output schema name")
18841883
.excludeCH("Spark vectorized reader - without partition data column - SPARK-40033: Schema pruning support through element_at")
18851884
.excludeCH("Spark vectorized reader - with partition data column - SPARK-40033: Schema pruning support through element_at")

0 commit comments

Comments
 (0)