Skip to content

Commit ead47a1

Browse files
committed
[Fix] Exclude additional Spark 4.1 GlutenQueryExecutionSuite tests
see apache/spark#52157
1 parent 4daba4c commit ead47a1

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
@@ -979,7 +979,8 @@ class VeloxTestSettings extends BackendTestSettings {
979979
.exclude("dumping query execution info to a file - explainMode=formatted")
980980
// TODO: fix in Spark-4.0
981981
.exclude("SPARK-47289: extended explain info")
982-
982+
// TODO: fix on Spark-4.1 introduced by https://github.com/apache/spark/pull/52157
983+
.exclude("SPARK-53413: Cleanup shuffle dependencies for commands")
983984
override def getSQLQueryTestSettings: SQLQueryTestSettings = VeloxSQLQueryTestSettings
984985
}
985986
// scalastyle:on line.size.limit

0 commit comments

Comments
 (0)