This is an automated email from the ASF dual-hosted git repository.

jackylee-ch pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new aa3a28467b [GLUTEN-12863][VL][TEST] Re-enable six GlutenTryCastSuite 
cases excluded on Spark 3.4+ (#12886)
aa3a28467b is described below

commit aa3a28467b992046779a855e710116b5a4f0fb08
Author: YangJie <[email protected]>
AuthorDate: Tue Aug 25 15:50:58 2026 +0800

    [GLUTEN-12863][VL][TEST] Re-enable six GlutenTryCastSuite cases excluded on 
Spark 3.4+ (#12886)
---
 .../scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala     | 6 ------
 .../scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala     | 6 ------
 .../scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala     | 6 ------
 .../scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala     | 6 ------
 4 files changed, 24 deletions(-)

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 e0d2e3ee5e..635ff6cbc5 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
@@ -108,12 +108,6 @@ class VeloxTestSettings extends BackendTestSettings {
       "Process Infinity, -Infinity, NaN in case insensitive manner" // +inf 
not supported in folly.
     )
     .exclude("cast from timestamp II") // Rewrite test for Gluten not 
supported with ANSI mode
-    .exclude("ANSI mode: Throw exception on casting out-of-range value to byte 
type")
-    .exclude("ANSI mode: Throw exception on casting out-of-range value to 
short type")
-    .exclude("ANSI mode: Throw exception on casting out-of-range value to int 
type")
-    .exclude("ANSI mode: Throw exception on casting out-of-range value to long 
type")
-    .exclude("cast from invalid string to numeric should throw 
NumberFormatException")
-    .exclude("SPARK-26218: Fix the corner case of codegen when casting float 
to Integer")
     // Set timezone through config.
     .exclude("data type casting")
     // Revised by setting timezone through config and commented unsupported 
cases.
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 c753c17ed0..69ab3bc0d9 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
@@ -112,12 +112,6 @@ class VeloxTestSettings extends BackendTestSettings {
       "Process Infinity, -Infinity, NaN in case insensitive manner" // +inf 
not supported in folly.
     )
     .exclude("cast from timestamp II") // Rewrite test for Gluten not 
supported with ANSI mode
-    .exclude("ANSI mode: Throw exception on casting out-of-range value to byte 
type")
-    .exclude("ANSI mode: Throw exception on casting out-of-range value to 
short type")
-    .exclude("ANSI mode: Throw exception on casting out-of-range value to int 
type")
-    .exclude("ANSI mode: Throw exception on casting out-of-range value to long 
type")
-    .exclude("cast from invalid string to numeric should throw 
NumberFormatException")
-    .exclude("SPARK-26218: Fix the corner case of codegen when casting float 
to Integer")
     // Set timezone through config.
     .exclude("data type casting")
     // Revised by setting timezone through config and commented unsupported 
cases.
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 c0b965d6e8..93a7f9d1ef 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
@@ -122,12 +122,6 @@ class VeloxTestSettings extends BackendTestSettings {
       "Process Infinity, -Infinity, NaN in case insensitive manner" // +inf 
not supported in folly.
     )
     .exclude("cast from timestamp II") // Rewrite test for Gluten not 
supported with ANSI mode
-    .exclude("ANSI mode: Throw exception on casting out-of-range value to byte 
type")
-    .exclude("ANSI mode: Throw exception on casting out-of-range value to 
short type")
-    .exclude("ANSI mode: Throw exception on casting out-of-range value to int 
type")
-    .exclude("ANSI mode: Throw exception on casting out-of-range value to long 
type")
-    .exclude("cast from invalid string to numeric should throw 
NumberFormatException")
-    .exclude("SPARK-26218: Fix the corner case of codegen when casting float 
to Integer")
     // Set timezone through config.
     .exclude("data type casting")
     // Revised by setting timezone through config and commented unsupported 
cases.
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 ee88614222..9d8e5cdafe 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
@@ -125,12 +125,6 @@ class VeloxTestSettings extends BackendTestSettings {
       "Process Infinity, -Infinity, NaN in case insensitive manner" // +inf 
not supported in folly.
     )
     .exclude("cast from timestamp II") // Rewrite test for Gluten not 
supported with ANSI mode
-    .exclude("ANSI mode: Throw exception on casting out-of-range value to byte 
type")
-    .exclude("ANSI mode: Throw exception on casting out-of-range value to 
short type")
-    .exclude("ANSI mode: Throw exception on casting out-of-range value to int 
type")
-    .exclude("ANSI mode: Throw exception on casting out-of-range value to long 
type")
-    .exclude("cast from invalid string to numeric should throw 
NumberFormatException")
-    .exclude("SPARK-26218: Fix the corner case of codegen when casting float 
to Integer")
     // Set timezone through config.
     .exclude("data type casting")
     // Revised by setting timezone through config and commented unsupported 
cases.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to