Skip to content

Commit 1239e45

Browse files
committed
[TMP] Exclude additional Spark 4.1 GlutenDataFrameWindowFunctionsSuite and GlutenJoinSuite tests
see apache/spark#47856
1 parent 5c3352b commit 1239e45

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -775,6 +775,9 @@ class VeloxTestSettings extends BackendTestSettings {
775775
// rewrite `WindowExec -> WindowExecTransformer`
776776
.exclude(
777777
"SPARK-38237: require all cluster keys for child required distribution for window query")
778+
// TODO: fix on Spark-4.1 introduced by https://github.com/apache/spark/pull/47856
779+
.exclude(
780+
"SPARK-49386: Window spill with more than the inMemoryThreshold and spillSizeThreshold")
778781
enableSuite[GlutenDataFrameWindowFramesSuite]
779782
enableSuite[GlutenDataFrameWriterV2Suite]
780783
enableSuite[GlutenDatasetAggregatorSuite]
@@ -843,6 +846,8 @@ class VeloxTestSettings extends BackendTestSettings {
843846
enableSuite[GlutenJoinSuite]
844847
// exclude as it check spark plan
845848
.exclude("SPARK-36794: Ignore duplicated key when building relation for semi/anti hash join")
849+
// TODO: fix on Spark-4.1 introduced by https://github.com/apache/spark/pull/47856
850+
.exclude("SPARK-49386: test SortMergeJoin (with spill by size threshold)")
846851
enableSuite[GlutenMathFunctionsSuite]
847852
enableSuite[GlutenMetadataCacheSuite]
848853
.exclude("SPARK-16336,SPARK-27961 Suggest fixing FileNotFoundException")

0 commit comments

Comments
 (0)