Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
marin-ma committed Mar 26, 2024
1 parent ae1736d commit ce6f149
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1123,7 +1123,8 @@ class ClickHouseTestSettings extends BackendTestSettings {
.exclude("SPARK-31284, SPARK-31423: rebasing timestamps in write")
.exclude("SPARK-36663: OrcUtils.toCatalystSchema should correctly handle a column name which consists of only numbers")
.exclude("SPARK-37812: Reuse result row when deserializing a struct")
.excludeByPrefix("SPARK-36931: Support reading and writing ANSI intervals (spark.sql.orc.enableVectorizedReader=false,")
.excludeByPrefix(
"SPARK-36931: Support reading and writing ANSI intervals (spark.sql.orc.enableVectorizedReader=false,")
// DISABLED: GLUTEN-4893 Vanilla UT checks scan operator by exactly matching the class type
.exclude("SPARK-34862: Support ORC vectorized reader for nested column")
.excludeGlutenTest("SPARK-31238: compatibility with Spark 2.4 in reading dates")
Expand Down Expand Up @@ -1379,9 +1380,11 @@ class ClickHouseTestSettings extends BackendTestSettings {
enableSuite[GlutenParquetEncodingSuite].exclude("All Types Dictionary").exclude("All Types Null")
enableSuite[GlutenParquetFieldIdIOSuite]
enableSuite[GlutenParquetFileFormatV1Suite]
.exclude("SPARK-36825, SPARK-36854: year-month/day-time intervals written and read as INT32/INT64")
.exclude(
"SPARK-36825, SPARK-36854: year-month/day-time intervals written and read as INT32/INT64")
enableSuite[GlutenParquetFileFormatV2Suite]
.exclude("SPARK-36825, SPARK-36854: year-month/day-time intervals written and read as INT32/INT64")
.exclude(
"SPARK-36825, SPARK-36854: year-month/day-time intervals written and read as INT32/INT64")
enableSuite[GlutenParquetIOSuite]
.exclude("Standard mode - nested map with struct as key type")
.exclude("Legacy mode - nested map with struct as key type")
Expand Down

0 comments on commit ce6f149

Please sign in to comment.