Skip to content

Commit

Permalink
[VL] enable test 'as map of case class - reorder fields by name' (#4028)
Browse files Browse the repository at this point in the history
[VL] Enable test 'as map of case class - reorder fields by name'.
  • Loading branch information
zhli1142015 authored Dec 13, 2023
1 parent 0fc02fc commit 8bb8c14
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,6 @@ class VeloxTestSettings extends BackendTestSettings {
// Rewrite the following two tests in GlutenDatasetSuite.
.exclude("dropDuplicates: columns with same column name")
.exclude("groupBy.as")
// Map could not contain non-scalar type.
.exclude("as map of case class - reorder fields by name")
enableSuite[GlutenJsonFunctionsSuite]
// Velox does not support single quotes in get_json_object function.
.exclude("function get_json_object - support single quotes")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1043,8 +1043,6 @@ class VeloxTestSettings extends BackendTestSettings {
// Rewrite the following two tests in GlutenDatasetSuite.
.exclude("dropDuplicates: columns with same column name")
.exclude("groupBy.as")
// Map could not contain non-scalar type.
.exclude("as map of case class - reorder fields by name")
// exclude as velox has different behavior in these cases
.exclude("SPARK-40407: repartition should not result in severe data skew")
.exclude("SPARK-40660: Switch to XORShiftRandom to distribute elements")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1076,8 +1076,6 @@ class VeloxTestSettings extends BackendTestSettings {
// Rewrite the following two tests in GlutenDatasetSuite.
.exclude("dropDuplicates: columns with same column name")
.exclude("groupBy.as")
// Map could not contain non-scalar type.
.exclude("as map of case class - reorder fields by name")
// exclude as velox has different behavior in these cases
.exclude("SPARK-40407: repartition should not result in severe data skew")
.exclude("SPARK-40660: Switch to XORShiftRandom to distribute elements")
Expand Down

0 comments on commit 8bb8c14

Please sign in to comment.