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

philo-he 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 b96d8e83d6 [MINOR][VL] Re-enable stale ignored atan2 test in 
MathFunctionsValidateSuite (#12199)
b96d8e83d6 is described below

commit b96d8e83d6687f6cb948cf26ce830f5d026bcfef
Author: BRIJ RAJ KISHORE <[email protected]>
AuthorDate: Mon Jun 8 10:51:14 2026 +0530

    [MINOR][VL] Re-enable stale ignored atan2 test in 
MathFunctionsValidateSuite (#12199)
---
 .../org/apache/gluten/functions/MathFunctionsValidateSuite.scala  | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git 
a/backends-velox/src/test/scala/org/apache/gluten/functions/MathFunctionsValidateSuite.scala
 
b/backends-velox/src/test/scala/org/apache/gluten/functions/MathFunctionsValidateSuite.scala
index 9fa0d336a4..7d3907ca31 100644
--- 
a/backends-velox/src/test/scala/org/apache/gluten/functions/MathFunctionsValidateSuite.scala
+++ 
b/backends-velox/src/test/scala/org/apache/gluten/functions/MathFunctionsValidateSuite.scala
@@ -66,7 +66,7 @@ class MathFunctionsValidateSuiteAnsiOn extends 
FunctionsValidateSuite {
   }
 }
 
-abstract class MathFunctionsValidateSuite extends FunctionsValidateSuite {
+class MathFunctionsValidateSuite extends FunctionsValidateSuite {
 
   disableFallbackCheck
   import testImplicits._
@@ -96,7 +96,7 @@ abstract class MathFunctionsValidateSuite extends 
FunctionsValidateSuite {
     }
   }
 
-  ignore("atan2") {
+  test("atan2") {
     runQueryAndCompare("SELECT atan2(double_field1, 0) from datatab limit 1") {
       checkGlutenPlan[ProjectExecTransformer]
     }
@@ -414,7 +414,9 @@ abstract class MathFunctionsValidateSuite extends 
FunctionsValidateSuite {
     }
   }
 
-  test("decimal arithmetic respects allowPrecisionLoss captured at view 
analysis time") {
+  testWithMinSparkVersion(
+    "decimal arithmetic respects allowPrecisionLoss captured at view analysis 
time",
+    "4.1") {
     // Regression test for GLUTEN-11917: in Spark 4.1, arithmetic expressions 
embed
     // allowPrecisionLoss in their evalContext at analysis time. Gluten must 
read from
     // the expression rather than SQLConf.get, which can differ when querying 
a view


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

Reply via email to