Skip to content

Commit

Permalink
[VL] Enable repartition ut 24940, 40407 and 40660 (apache#4035)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhli1142015 authored Dec 14, 2023
1 parent 8bb8c14 commit 4c6f2c4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -333,9 +333,6 @@ class VeloxTestSettings extends BackendTestSettings {
.exclude("SPARK-33677: LikeSimplification should be skipped if pattern contains any escapeChar")
// Different exception.
.exclude("run sql directly on files")
// Columnar shuffle cannot generate the expected number of partitions if the row of a input
// batch is less than the expected number of partitions.
.exclude("SPARK-24940: coalesce and repartition hint")
// Not useful and time consuming.
.exclude("SPARK-33084: Add jar support Ivy URI in SQL")
.exclude("SPARK-33084: Add jar support Ivy URI in SQL -- jar contains udf class")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1043,9 +1043,6 @@ class VeloxTestSettings extends BackendTestSettings {
// Rewrite the following two tests in GlutenDatasetSuite.
.exclude("dropDuplicates: columns with same column name")
.exclude("groupBy.as")
// 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")
enableSuite[GlutenDateFunctionsSuite]
// The below two are replaced by two modified versions.
.exclude("unix_timestamp")
Expand Down Expand Up @@ -1123,9 +1120,6 @@ class VeloxTestSettings extends BackendTestSettings {
.exclude("SPARK-33677: LikeSimplification should be skipped if pattern contains any escapeChar")
// Different exception.
.exclude("run sql directly on files")
// Columnar shuffle cannot generate the expected number of partitions if the row of a input
// batch is less than the expected number of partitions.
.exclude("SPARK-24940: coalesce and repartition hint")
// Not useful and time consuming.
.exclude("SPARK-33084: Add jar support Ivy URI in SQL")
.exclude("SPARK-33084: Add jar support Ivy URI in SQL -- jar contains udf class")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1076,9 +1076,6 @@ class VeloxTestSettings extends BackendTestSettings {
// Rewrite the following two tests in GlutenDatasetSuite.
.exclude("dropDuplicates: columns with same column name")
.exclude("groupBy.as")
// 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")
enableSuite[GlutenDateFunctionsSuite]
// The below two are replaced by two modified versions.
.exclude("unix_timestamp")
Expand Down Expand Up @@ -1168,9 +1165,6 @@ class VeloxTestSettings extends BackendTestSettings {
.exclude("SPARK-33677: LikeSimplification should be skipped if pattern contains any escapeChar")
// Different exception.
.exclude("run sql directly on files")
// Columnar shuffle cannot generate the expected number of partitions if the row of a input
// batch is less than the expected number of partitions.
.exclude("SPARK-24940: coalesce and repartition hint")
// Not useful and time consuming.
.exclude("SPARK-33084: Add jar support Ivy URI in SQL")
.exclude("SPARK-33084: Add jar support Ivy URI in SQL -- jar contains udf class")
Expand Down

0 comments on commit 4c6f2c4

Please sign in to comment.