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 d457638e33b2..09629f0c415c 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 @@ -115,8 +115,6 @@ class VeloxTestSettings extends BackendTestSettings { .exclude("data type casting") // Revised by setting timezone through config and commented unsupported cases. .exclude("cast string to timestamp") - // TODO: fix after https://github.com/facebookincubator/velox/pull/14910 - .exclude("SPARK-39749: cast Decimal to string") enableSuite[GlutenCollectionExpressionsSuite] // Rewrite in Gluten to replace Seq with Array .exclude("Shuffle") 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 c908bfe77390..13ccb273226f 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 @@ -115,8 +115,6 @@ class VeloxTestSettings extends BackendTestSettings { .exclude("data type casting") // Revised by setting timezone through config and commented unsupported cases. .exclude("cast string to timestamp") - // TODO: fix after https://github.com/facebookincubator/velox/pull/14910 - .exclude("SPARK-39749: cast Decimal to string") enableSuite[GlutenCollectionExpressionsSuite] // Rewrite in Gluten to replace Seq with Array .exclude("Shuffle") diff --git a/gluten-ut/spark40/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala b/gluten-ut/spark40/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala index b6a19c61ffd1..c035b569e021 100644 --- a/gluten-ut/spark40/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala +++ b/gluten-ut/spark40/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala @@ -127,8 +127,6 @@ class VeloxTestSettings extends BackendTestSettings { .exclude("data type casting") // Revised by setting timezone through config and commented unsupported cases. .exclude("cast string to timestamp") - // TODO: fix after https://github.com/facebookincubator/velox/pull/14910 - .exclude("SPARK-39749: cast Decimal to string") enableSuite[GlutenCollectionExpressionsSuite] // Rewrite in Gluten to replace Seq with Array .exclude("Shuffle") diff --git a/gluten-ut/spark41/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala b/gluten-ut/spark41/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala index 968f28a6a963..fefe0dbb2377 100644 --- a/gluten-ut/spark41/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala +++ b/gluten-ut/spark41/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala @@ -132,8 +132,6 @@ class VeloxTestSettings extends BackendTestSettings { .exclude("data type casting") // Revised by setting timezone through config and commented unsupported cases. .exclude("cast string to timestamp") - // TODO: fix after https://github.com/facebookincubator/velox/pull/14910 - .exclude("SPARK-39749: cast Decimal to string") enableSuite[GlutenCollectionExpressionsSuite] // Rewrite in Gluten to replace Seq with Array .exclude("Shuffle")