Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -890,9 +890,6 @@ class VeloxTestSettings extends BackendTestSettings {
enableSuite[GlutenDeltaBasedMergeIntoTableSuite]
enableSuite[GlutenDeltaBasedMergeIntoTableUpdateAsDeleteAndInsertSuite]
enableSuite[GlutenDeltaBasedUpdateAsDeleteAndInsertTableSuite]
// FIXME: complex type result mismatch
.exclude("update nested struct fields")
.exclude("update char/varchar columns")
enableSuite[GlutenDeltaBasedUpdateTableSuite]
enableSuite[GlutenGroupBasedMergeIntoTableSuite]
enableSuite[GlutenFileSourceCustomMetadataStructSuite]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1116,9 +1116,6 @@ class VeloxTestSettings extends BackendTestSettings {
// Velox assert_not_null throws VeloxUserError instead of SparkRuntimeException
.exclude("merge with NOT NULL checks")
enableSuite[GlutenDeltaBasedUpdateAsDeleteAndInsertTableSuite]
// FIXME: complex type result mismatch
.exclude("update nested struct fields")
.exclude("update char/varchar columns")
// Velox assert_not_null throws VeloxUserError instead of SparkRuntimeException
.exclude("update with NOT NULL checks")
enableSuite[GlutenDeltaBasedUpdateTableSuite]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1122,9 +1122,6 @@ class VeloxTestSettings extends BackendTestSettings {
// Velox assert_not_null throws VeloxUserError instead of SparkRuntimeException
.exclude("merge with NOT NULL checks")
enableSuite[GlutenDeltaBasedUpdateAsDeleteAndInsertTableSuite]
// FIXME: complex type result mismatch
.exclude("update nested struct fields")
.exclude("update char/varchar columns")
// Velox assert_not_null throws VeloxUserError instead of SparkRuntimeException
.exclude("update with NOT NULL checks")
enableSuite[GlutenDeltaBasedUpdateTableSuite]
Expand Down
Loading