File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
gluten-ut/spark40/src/test/scala/org/apache/gluten/utils/velox Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments