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 Aug 27, 2024
1 parent cd913ea commit 826107d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1168,7 +1168,8 @@ class ClickHouseTestSettings extends BackendTestSettings {
.exclude(
"Case-insensitive parser - mixed-case schema - filter with different-case column names")
.exclude("Case-insensitive parser - mixed-case schema - subquery filter with different-case column names")
.exclude("SPARK-36352: Spark should check result plan's output schema name") enableSuite[GlutenOrcV2QuerySuite]
.exclude("SPARK-36352: Spark should check result plan's output schema name")
enableSuite[GlutenOrcV2QuerySuite]
.exclude("Enabling/disabling ignoreCorruptFiles")
.exclude("SPARK-27160 Predicate pushdown correctness on DecimalType for ORC")
.exclude("SPARK-20728 Make ORCFileFormat configurable between sql/hive and sql/core")
Expand Down

0 comments on commit 826107d

Please sign in to comment.