Skip to content

Commit 8721127

Browse files
committed
[4.1.0] Exclude additional Spark 4.1 KeyGroupedPartitioningSuite tests
see 1. apache/spark#53132 2. apache/spark#53142
1 parent a66f12f commit 8721127

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
@@ -75,6 +75,9 @@ class VeloxTestSettings extends BackendTestSettings {
7575
.excludeByPrefix("SPARK-41413: partitioned join:")
7676
.excludeByPrefix("SPARK-42038: partially clustered:")
7777
.exclude("SPARK-44641: duplicated records when SPJ is not triggered")
78+
// TODO: fix on Spark-4.1
79+
.excludeByPrefix("SPARK-53322") // see https://github.com/apache/spark/pull/53132
80+
.excludeByPrefix("SPARK-54439") // see https://github.com/apache/spark/pull/53142
7881
enableSuite[GlutenLocalScanSuite]
7982
enableSuite[GlutenMetadataColumnSuite]
8083
enableSuite[GlutenSupportsCatalogOptionsSuite]

0 commit comments

Comments
 (0)