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 @@ -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" )
You can’t perform that action at this time.
0 commit comments