Skip to content

Commit 288768b

Browse files
committed
ignore more ut
Signed-off-by: Yuan <yuanzhou@apache.org>
1 parent 8ab2ba7 commit 288768b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ class VeloxTestSettings extends BackendTestSettings {
119119
.exclude("cast string to timestamp")
120120
// TODO: fix in Spark-4.0
121121
.exclude("cast from array III")
122-
.exclude("cast from array III")
122+
.exclude("cast from struct III")
123+
.exclude("Casting to char/varchar")
123124
enableSuite[GlutenCollectionExpressionsSuite]
124125
// Rewrite in Gluten to replace Seq with Array
125126
.exclude("Shuffle")
@@ -631,6 +632,8 @@ class VeloxTestSettings extends BackendTestSettings {
631632
enableSuite[GlutenSQLWindowFunctionSuite]
632633
.exclude("test with low buffer spill threshold")
633634
enableSuite[GlutenTakeOrderedAndProjectSuite]
635+
// TODO: fix in Spark-4.0
636+
.exclude("SPARK-47104: Non-deterministic expressions in projection")
634637
enableSuite[GlutenSessionExtensionSuite]
635638
enableSuite[TestFileSourceScanExecTransformer]
636639
enableSuite[GlutenBucketedReadWithoutHiveSupportSuite]
@@ -984,6 +987,8 @@ class VeloxTestSettings extends BackendTestSettings {
984987
// TODO: fix in Spark-4.0
985988
.excludeByPrefix("merge cardinality check with")
986989
enableSuite[GlutenDeltaBasedMergeIntoTableUpdateAsDeleteAndInsertSuite]
990+
// TODO: fix in Spark-4.0
991+
.excludeByPrefix("merge cardinality check with")
987992
enableSuite[GlutenDeltaBasedUpdateAsDeleteAndInsertTableSuite]
988993
// FIXME: complex type result mismatch
989994
.exclude("update nested struct fields")

0 commit comments

Comments
 (0)