diff --git a/gluten-ut/spark32/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala b/gluten-ut/spark32/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala index 50324c148bd1..66e2d3159ea9 100644 --- a/gluten-ut/spark32/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala +++ b/gluten-ut/spark32/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala @@ -336,8 +336,6 @@ class VeloxTestSettings extends BackendTestSettings { enableSuite[GlutenExchangeSuite] // ColumnarShuffleExchangeExec does not support doExecute() method .exclude("shuffling UnsafeRows in exchange") - // ColumnarShuffleExchangeExec does not support SORT_BEFORE_REPARTITION - .exclude("SPARK-23207: Make repartition() generate consistent output") // This test will re-run in GlutenExchangeSuite with shuffle partitions > 1 .exclude("Exchange reuse across the whole plan") enableSuite[GlutenBroadcastJoinSuite] @@ -361,9 +359,6 @@ class VeloxTestSettings extends BackendTestSettings { // 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") - // Need to support MAP - .exclude( - "SPARK-27619: When spark.sql.legacy.allowHashOnMapType is true, hash can be used on Maptype") // https://github.com/apache/incubator-gluten/pull/9145. .exclude("SPARK-17515: CollectLimit.execute() should perform per-partition limits") // https://github.com/apache/incubator-gluten/pull/9145. diff --git a/gluten-ut/spark33/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala b/gluten-ut/spark33/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala index 20dea16267c1..b010a6d61581 100644 --- a/gluten-ut/spark33/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala +++ b/gluten-ut/spark33/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala @@ -551,8 +551,6 @@ class VeloxTestSettings extends BackendTestSettings { enableSuite[GlutenExchangeSuite] // ColumnarShuffleExchangeExec does not support doExecute() method .exclude("shuffling UnsafeRows in exchange") - // ColumnarShuffleExchangeExec does not support SORT_BEFORE_REPARTITION - .exclude("SPARK-23207: Make repartition() generate consistent output") // This test will re-run in GlutenExchangeSuite with shuffle partitions > 1 .exclude("Exchange reuse across the whole plan") enableSuite[GlutenReplaceHashWithSortAggSuite] @@ -832,9 +830,6 @@ class VeloxTestSettings extends BackendTestSettings { // 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") - // Need to support MAP - .exclude( - "SPARK-27619: When spark.sql.legacy.allowHashOnMapType is true, hash can be used on Maptype") // https://github.com/apache/incubator-gluten/pull/9145. .exclude("SPARK-17515: CollectLimit.execute() should perform per-partition limits") // https://github.com/apache/incubator-gluten/pull/9145. diff --git a/gluten-ut/spark34/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala b/gluten-ut/spark34/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala index 15bfa2c265a1..d688cc12724e 100644 --- a/gluten-ut/spark34/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala +++ b/gluten-ut/spark34/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala @@ -568,8 +568,6 @@ class VeloxTestSettings extends BackendTestSettings { enableSuite[GlutenExchangeSuite] // ColumnarShuffleExchangeExec does not support doExecute() method .exclude("shuffling UnsafeRows in exchange") - // ColumnarShuffleExchangeExec does not support SORT_BEFORE_REPARTITION - .exclude("SPARK-23207: Make repartition() generate consistent output") // This test will re-run in GlutenExchangeSuite with shuffle partitions > 1 .exclude("Exchange reuse across the whole plan") enableSuite[GlutenReplaceHashWithSortAggSuite] @@ -868,9 +866,6 @@ class VeloxTestSettings extends BackendTestSettings { // ORC related .exclude("SPARK-37965: Spark support read/write orc file with invalid char in field name") .exclude("SPARK-38173: Quoted column cannot be recognized correctly when quotedRegexColumnNames is true") - // Need to support MAP - .exclude( - "SPARK-27619: When spark.sql.legacy.allowHashOnMapType is true, hash can be used on Maptype") enableSuite[GlutenSQLQueryTestSuite] enableSuite[GlutenStatisticsCollectionSuite] // The output byte size of Velox is different diff --git a/gluten-ut/spark35/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala b/gluten-ut/spark35/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala index 6b8ec85adf6a..a069724fa9a2 100644 --- a/gluten-ut/spark35/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala +++ b/gluten-ut/spark35/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala @@ -582,8 +582,6 @@ class VeloxTestSettings extends BackendTestSettings { enableSuite[GlutenExchangeSuite] // ColumnarShuffleExchangeExec does not support doExecute() method .exclude("shuffling UnsafeRows in exchange") - // ColumnarShuffleExchangeExec does not support SORT_BEFORE_REPARTITION - .exclude("SPARK-23207: Make repartition() generate consistent output") // This test will re-run in GlutenExchangeSuite with shuffle partitions > 1 .exclude("Exchange reuse across the whole plan") enableSuite[GlutenReplaceHashWithSortAggSuite] @@ -889,9 +887,6 @@ class VeloxTestSettings extends BackendTestSettings { // ORC related .exclude("SPARK-37965: Spark support read/write orc file with invalid char in field name") .exclude("SPARK-38173: Quoted column cannot be recognized correctly when quotedRegexColumnNames is true") - // Need to support MAP - .exclude( - "SPARK-27619: When spark.sql.legacy.allowHashOnMapType is true, hash can be used on Maptype") enableSuite[GlutenSQLQueryTestSuite] enableSuite[GlutenStatisticsCollectionSuite] // The output byte size of Velox is different