File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
gluten-ut/spark40/src/test/scala/org/apache/gluten/utils/velox Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -962,6 +962,9 @@ class VeloxTestSettings extends BackendTestSettings {
962962 .excludeByPrefix(" SPARK-51187" )
963963 // Rewrite for the query plan check
964964 .excludeByPrefix(" SPARK-49905" )
965+ // TODO: fix on Spark-4.1 introduced by https://github.com/apache/spark/pull/52645
966+ .exclude(" SPARK-53942: changing the number of stateless shuffle partitions via config" )
967+ .exclude(" SPARK-53942: stateful shuffle partitions are retained from old checkpoint" )
965968 enableSuite[GlutenQueryExecutionSuite ]
966969 // Rewritten to set root logger level to INFO so that logs can be parsed
967970 .exclude(" Logging plan changes for execution" )
You can’t perform that action at this time.
0 commit comments