Skip to content

Commit 04c61d0

Browse files
committed
[4.1.0] Exclude additional Spark 4.1 GlutenDataFrameWindowFunctionsSuite and GlutenJoinSuite tests
see apache/spark#47856
1 parent 263fe1a commit 04c61d0

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
@@ -776,6 +776,9 @@ class VeloxTestSettings extends BackendTestSettings {
776776
// rewrite `WindowExec -> WindowExecTransformer`
777777
.exclude(
778778
"SPARK-38237: require all cluster keys for child required distribution for window query")
779+
// TODO: fix on Spark-4.1 introduced by https://github.com/apache/spark/pull/47856
780+
.exclude(
781+
"SPARK-49386: Window spill with more than the inMemoryThreshold and spillSizeThreshold")
779782
enableSuite[GlutenDataFrameWindowFramesSuite]
780783
enableSuite[GlutenDataFrameWriterV2Suite]
781784
enableSuite[GlutenDatasetAggregatorSuite]
@@ -844,6 +847,8 @@ class VeloxTestSettings extends BackendTestSettings {
844847
enableSuite[GlutenJoinSuite]
845848
// exclude as it check spark plan
846849
.exclude("SPARK-36794: Ignore duplicated key when building relation for semi/anti hash join")
850+
// TODO: fix on Spark-4.1 introduced by https://github.com/apache/spark/pull/47856
851+
.exclude("SPARK-49386: test SortMergeJoin (with spill by size threshold)")
847852
enableSuite[GlutenMathFunctionsSuite]
848853
enableSuite[GlutenMetadataCacheSuite]
849854
.exclude("SPARK-16336,SPARK-27961 Suggest fixing FileNotFoundException")

0 commit comments

Comments
 (0)