Skip to content

Commit d139c6f

Browse files
committed
[Fix] Exclude additional Spark 4.1 KeyGroupedPartitioningSuite tests
see 1. apache/spark#53132 2. apache/spark#53142
1 parent 68134f8 commit d139c6f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ class VeloxTestSettings extends BackendTestSettings {
7676
.excludeByPrefix("SPARK-41413: partitioned join:")
7777
.excludeByPrefix("SPARK-42038: partially clustered:")
7878
.exclude("SPARK-44641: duplicated records when SPJ is not triggered")
79+
// TODO: fix on Spark-4.1
80+
.excludeByPrefix("SPARK-53322") // see https://github.com/apache/spark/pull/53132
81+
.excludeByPrefix("SPARK-54439") // see https://github.com/apache/spark/pull/53142
7982
enableSuite[GlutenLocalScanSuite]
8083
enableSuite[GlutenMetadataColumnSuite]
8184
enableSuite[GlutenSupportsCatalogOptionsSuite]

0 commit comments

Comments
 (0)