Skip to content

Commit 5c3352b

Browse files
committed
[TMP] Exclude additional Spark 4.1 GlutenStreamingQuerySuite tests
see apache/spark#52645
1 parent 8f40774 commit 5c3352b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gluten-ut/spark40/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -962,6 +962,9 @@ class VeloxTestSettings extends BackendTestSettings {
962962
.excludeByPrefix("SPARK-51187")
963963
// Rewrite for the query plan check
964964
.excludeByPrefix("SPARK-49905")
965+
// TODO: fix on Spark-4.1 introduced by https://github.com/apache/spark/pull/52645
966+
.exclude("SPARK-53942: changing the number of stateless shuffle partitions via config")
967+
.exclude("SPARK-53942: stateful shuffle partitions are retained from old checkpoint")
965968
enableSuite[GlutenQueryExecutionSuite]
966969
// Rewritten to set root logger level to INFO so that logs can be parsed
967970
.exclude("Logging plan changes for execution")

0 commit comments

Comments
 (0)