Skip to content

Commit 99b8914

Browse files
committed
[4.1.0] Exclude additional Spark 4.1 GlutenQueryExecutionSuite tests
see apache/spark#52157
1 parent 7d72059 commit 99b8914

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,8 @@ class VeloxTestSettings extends BackendTestSettings {
978978
.exclude("dumping query execution info to a file - explainMode=formatted")
979979
// TODO: fix in Spark-4.0
980980
.exclude("SPARK-47289: extended explain info")
981-
981+
// TODO: fix on Spark-4.1 introduced by https://github.com/apache/spark/pull/52157
982+
.exclude("SPARK-53413: Cleanup shuffle dependencies for commands")
982983
override def getSQLQueryTestSettings: SQLQueryTestSettings = VeloxSQLQueryTestSettings
983984
}
984985
// scalastyle:on line.size.limit

0 commit comments

Comments
 (0)