Skip to content

Commit

Permalink
[VL] Enable UT for Spark-36797, Spark-34165 (#4118)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhli1142015 authored Dec 20, 2023
1 parent 6de797b commit edf649e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ class VeloxTestSettings extends BackendTestSettings {
"NaN is greater than all other non-NaN numeric values",
// Rewrite this test because the describe functions creates unmatched plan.
"describe",
// Not supported for approx_count_distinct
"SPARK-34165: Add count_distinct to summary",
// Result depends on the implementation for nondeterministic expression rand.
// Not really an issue.
"SPARK-9083: sort with non-deterministic expressions"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -992,8 +992,6 @@ class VeloxTestSettings extends BackendTestSettings {
enableSuite[GlutenDataFrameSelfJoinSuite]
enableSuite[GlutenDataFrameSessionWindowingSuite]
enableSuite[GlutenDataFrameSetOperationsSuite]
// exclude as map not supported
.exclude("SPARK-36797: Union should resolve nested columns as top-level columns")
.exclude("SPARK-37371: UnionExec should support columnar if all children support columnar")
// Result depends on the implementation for nondeterministic expression rand.
// Not really an issue.
Expand All @@ -1018,8 +1016,6 @@ class VeloxTestSettings extends BackendTestSettings {
"Gluten - describe",
// decimal failed ut.
"SPARK-22271: mean overflows and returns null for some decimal variables",
// Not supported for approx_count_distinct
"SPARK-34165: Add count_distinct to summary",
// Result depends on the implementation for nondeterministic expression rand.
// Not really an issue.
"SPARK-9083: sort with non-deterministic expressions"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1024,8 +1024,6 @@ class VeloxTestSettings extends BackendTestSettings {
enableSuite[GlutenDataFrameSelfJoinSuite]
enableSuite[GlutenDataFrameSessionWindowingSuite]
enableSuite[GlutenDataFrameSetOperationsSuite]
// exclude as map not supported
.exclude("SPARK-36797: Union should resolve nested columns as top-level columns")
.exclude("SPARK-37371: UnionExec should support columnar if all children support columnar")
// Result depends on the implementation for nondeterministic expression rand.
// Not really an issue.
Expand All @@ -1050,8 +1048,6 @@ class VeloxTestSettings extends BackendTestSettings {
"Gluten - describe",
// decimal failed ut.
"SPARK-22271: mean overflows and returns null for some decimal variables",
// Not supported for approx_count_distinct
"SPARK-34165: Add count_distinct to summary",
// Result depends on the implementation for nondeterministic expression rand.
// Not really an issue.
"SPARK-9083: sort with non-deterministic expressions",
Expand Down

0 comments on commit edf649e

Please sign in to comment.