Commit cd7b34a 1 parent 0a9e7e4 commit cd7b34a Copy full SHA for cd7b34a
File tree 4 files changed +8
-4
lines changed
spark32/src/test/scala/org/apache/gluten/utils/clickhouse
spark33/src/test/scala/org/apache/gluten/utils/clickhouse
spark34/src/test/scala/org/apache/gluten/utils/clickhouse
spark35/src/test/scala/org/apache/gluten/utils/clickhouse
4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -244,7 +244,8 @@ class ClickHouseTestSettings extends BackendTestSettings {
244
244
.excludeGlutenTest(" distributeBy and localSort" )
245
245
.excludeGlutenTest(" describe" )
246
246
.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" )
248
249
enableSuite[GlutenDataFrameTimeWindowingSuite ]
249
250
.exclude(" simple tumbling window with record at window start" )
250
251
.exclude(" SPARK-21590: tumbling window using negative start time" )
Original file line number Diff line number Diff line change @@ -266,7 +266,8 @@ class ClickHouseTestSettings extends BackendTestSettings {
266
266
.excludeGlutenTest(" distributeBy and localSort" )
267
267
.excludeGlutenTest(" describe" )
268
268
.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" )
270
271
enableSuite[GlutenDataFrameTimeWindowingSuite ]
271
272
.exclude(" simple tumbling window with record at window start" )
272
273
.exclude(" SPARK-21590: tumbling window using negative start time" )
Original file line number Diff line number Diff line change @@ -264,7 +264,8 @@ class ClickHouseTestSettings extends BackendTestSettings {
264
264
.excludeGlutenTest(" distributeBy and localSort" )
265
265
.excludeGlutenTest(" describe" )
266
266
.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" )
268
269
enableSuite[GlutenDataFrameTimeWindowingSuite ]
269
270
.exclude(" simple tumbling window with record at window start" )
270
271
.exclude(" SPARK-21590: tumbling window using negative start time" )
Original file line number Diff line number Diff line change @@ -554,7 +554,8 @@ class ClickHouseTestSettings extends BackendTestSettings {
554
554
.excludeCH(" Gluten - repartitionByRange" )
555
555
.excludeCH(" Gluten - describe" )
556
556
.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" )
558
559
enableSuite[GlutenDataFrameTimeWindowingSuite ]
559
560
.excludeCH(" simple tumbling window with record at window start" )
560
561
.excludeCH(" SPARK-21590: tumbling window using negative start time" )
You can’t perform that action at this time.
0 commit comments