Skip to content

Commit cd7b34a

Browse files
committed
update
1 parent 0a9e7e4 commit cd7b34a

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,8 @@ class ClickHouseTestSettings extends BackendTestSettings {
244244
.excludeGlutenTest("distributeBy and localSort")
245245
.excludeGlutenTest("describe")
246246
.excludeGlutenTest("Allow leading/trailing whitespace in string before casting")
247-
.excludeGlutenTest("SPARK-27439: Explain result should match collected result after view change - re-write")
247+
.excludeGlutenTest(
248+
"SPARK-27439: Explain result should match collected result after view change - re-write")
248249
enableSuite[GlutenDataFrameTimeWindowingSuite]
249250
.exclude("simple tumbling window with record at window start")
250251
.exclude("SPARK-21590: tumbling window using negative start time")

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,8 @@ class ClickHouseTestSettings extends BackendTestSettings {
266266
.excludeGlutenTest("distributeBy and localSort")
267267
.excludeGlutenTest("describe")
268268
.excludeGlutenTest("Allow leading/trailing whitespace in string before casting")
269-
.excludeGlutenTest("SPARK-27439: Explain result should match collected result after view change - re-write")
269+
.excludeGlutenTest(
270+
"SPARK-27439: Explain result should match collected result after view change - re-write")
270271
enableSuite[GlutenDataFrameTimeWindowingSuite]
271272
.exclude("simple tumbling window with record at window start")
272273
.exclude("SPARK-21590: tumbling window using negative start time")

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,8 @@ class ClickHouseTestSettings extends BackendTestSettings {
264264
.excludeGlutenTest("distributeBy and localSort")
265265
.excludeGlutenTest("describe")
266266
.excludeGlutenTest("Allow leading/trailing whitespace in string before casting")
267-
.excludeGlutenTest("SPARK-27439: Explain result should match collected result after view change - re-write")
267+
.excludeGlutenTest(
268+
"SPARK-27439: Explain result should match collected result after view change - re-write")
268269
enableSuite[GlutenDataFrameTimeWindowingSuite]
269270
.exclude("simple tumbling window with record at window start")
270271
.exclude("SPARK-21590: tumbling window using negative start time")

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,8 @@ class ClickHouseTestSettings extends BackendTestSettings {
554554
.excludeCH("Gluten - repartitionByRange")
555555
.excludeCH("Gluten - describe")
556556
.excludeCH("Gluten - Allow leading/trailing whitespace in string before casting")
557-
.excludeGlutenTest("SPARK-27439: Explain result should match collected result after view change - re-write")
557+
.excludeGlutenTest(
558+
"SPARK-27439: Explain result should match collected result after view change - re-write")
558559
enableSuite[GlutenDataFrameTimeWindowingSuite]
559560
.excludeCH("simple tumbling window with record at window start")
560561
.excludeCH("SPARK-21590: tumbling window using negative start time")

0 commit comments

Comments
 (0)