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

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


The following commit(s) were added to refs/heads/main by this push:
     new fdf0e237c9 [GLUTEN-11088][VL] fix GlutenQueryExecutionErrorsSuite 
(#11185)
fdf0e237c9 is described below

commit fdf0e237c9e33b9b7a97eda5b6eb4bb541b38455
Author: Rong Ma <[email protected]>
AuthorDate: Wed Nov 26 11:39:58 2025 +0000

    [GLUTEN-11088][VL] fix GlutenQueryExecutionErrorsSuite (#11185)
---
 .../test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala    | 2 --
 .../main/scala/org/apache/gluten/sql/shims/spark40/Spark40Shims.scala   | 2 ++
 2 files changed, 2 insertions(+), 2 deletions(-)

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 9e6b8050bd..0bae48e716 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
@@ -85,8 +85,6 @@ class VeloxTestSettings extends BackendTestSettings {
       "INCONSISTENT_BEHAVIOR_CROSS_VERSION: compatibility with Spark 2.4/3.2 
in reading/writing dates")
     // Doesn't support unhex with failOnError=true.
     .exclude("CONVERSION_INVALID_INPUT: to_binary conversion function hex")
-    // TODO: fix in Spark-4.0
-    .exclude("CONVERSION_INVALID_INPUT: to_binary conversion function base64")
   enableSuite[GlutenQueryParsingErrorsSuite]
   enableSuite[GlutenArithmeticExpressionSuite]
     .exclude("SPARK-45786: Decimal multiply, divide, remainder, quot")
diff --git 
a/shims/spark40/src/main/scala/org/apache/gluten/sql/shims/spark40/Spark40Shims.scala
 
b/shims/spark40/src/main/scala/org/apache/gluten/sql/shims/spark40/Spark40Shims.scala
index 636babc981..41478c589f 100644
--- 
a/shims/spark40/src/main/scala/org/apache/gluten/sql/shims/spark40/Spark40Shims.scala
+++ 
b/shims/spark40/src/main/scala/org/apache/gluten/sql/shims/spark40/Spark40Shims.scala
@@ -704,6 +704,8 @@ class Spark40Shims extends SparkShims {
     plan.offset
   }
 
+  override def unBase64FunctionFailsOnError(unBase64: UnBase64): Boolean = 
unBase64.failOnError
+
   override def extractExpressionTimestampAddUnit(exp: Expression): 
Option[Seq[String]] = {
     exp match {
       // Velox does not support quantity larger than Int.MaxValue.


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

Reply via email to