File tree Expand file tree Collapse file tree
gluten-ut/spark35/src/test/scala/org/apache/gluten/utils/clickhouse Expand file tree Collapse file tree Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments