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

rui 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 351859bf9b [GLUTEN-9909][VL] Enable higher-order-functions.sql test 
(#10004)
351859bf9b is described below

commit 351859bf9b5297d1bc4c4f2225920d547f36f0b2
Author: Rui Mo <[email protected]>
AuthorDate: Wed Jun 18 16:19:18 2025 +0100

    [GLUTEN-9909][VL] Enable higher-order-functions.sql test (#10004)
---
 .../scala/org/apache/gluten/utils/velox/VeloxSQLQueryTestSettings.scala | 2 +-
 .../scala/org/apache/gluten/utils/velox/VeloxSQLQueryTestSettings.scala | 2 +-
 .../scala/org/apache/gluten/utils/velox/VeloxSQLQueryTestSettings.scala | 2 +-
 .../scala/org/apache/gluten/utils/velox/VeloxSQLQueryTestSettings.scala | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/gluten-ut/spark32/src/test/scala/org/apache/gluten/utils/velox/VeloxSQLQueryTestSettings.scala
 
b/gluten-ut/spark32/src/test/scala/org/apache/gluten/utils/velox/VeloxSQLQueryTestSettings.scala
index 47599f7e1a..0d16d72e1f 100644
--- 
a/gluten-ut/spark32/src/test/scala/org/apache/gluten/utils/velox/VeloxSQLQueryTestSettings.scala
+++ 
b/gluten-ut/spark32/src/test/scala/org/apache/gluten/utils/velox/VeloxSQLQueryTestSettings.scala
@@ -72,7 +72,7 @@ object VeloxSQLQueryTestSettings extends SQLQueryTestSettings 
{
       "group-by-ordinal.sql",
       "grouping_set.sql",
       "having.sql",
-//      "higher-order-functions.sql",
+      "higher-order-functions.sql",
       "ignored.sql",
       "inline-table.sql",
       "inner-join.sql",
diff --git 
a/gluten-ut/spark33/src/test/scala/org/apache/gluten/utils/velox/VeloxSQLQueryTestSettings.scala
 
b/gluten-ut/spark33/src/test/scala/org/apache/gluten/utils/velox/VeloxSQLQueryTestSettings.scala
index b56c08de1a..182005437d 100644
--- 
a/gluten-ut/spark33/src/test/scala/org/apache/gluten/utils/velox/VeloxSQLQueryTestSettings.scala
+++ 
b/gluten-ut/spark33/src/test/scala/org/apache/gluten/utils/velox/VeloxSQLQueryTestSettings.scala
@@ -70,7 +70,7 @@ object VeloxSQLQueryTestSettings extends SQLQueryTestSettings 
{
     "group-by-ordinal.sql",
     "grouping_set.sql",
     "having.sql",
-//    "higher-order-functions.sql",
+    "higher-order-functions.sql",
     "ignored.sql",
     "ilike-all.sql",
     "ilike-any.sql",
diff --git 
a/gluten-ut/spark34/src/test/scala/org/apache/gluten/utils/velox/VeloxSQLQueryTestSettings.scala
 
b/gluten-ut/spark34/src/test/scala/org/apache/gluten/utils/velox/VeloxSQLQueryTestSettings.scala
index 1a7f91a9e7..c9dc0020ca 100644
--- 
a/gluten-ut/spark34/src/test/scala/org/apache/gluten/utils/velox/VeloxSQLQueryTestSettings.scala
+++ 
b/gluten-ut/spark34/src/test/scala/org/apache/gluten/utils/velox/VeloxSQLQueryTestSettings.scala
@@ -70,7 +70,7 @@ object VeloxSQLQueryTestSettings extends SQLQueryTestSettings 
{
     "group-by-ordinal.sql",
     "grouping_set.sql",
     "having.sql",
-//    "higher-order-functions.sql",
+    "higher-order-functions.sql",
     "ignored.sql",
     "ilike-all.sql",
     "ilike-any.sql",
diff --git 
a/gluten-ut/spark35/src/test/scala/org/apache/gluten/utils/velox/VeloxSQLQueryTestSettings.scala
 
b/gluten-ut/spark35/src/test/scala/org/apache/gluten/utils/velox/VeloxSQLQueryTestSettings.scala
index 508a015f39..70796814e0 100644
--- 
a/gluten-ut/spark35/src/test/scala/org/apache/gluten/utils/velox/VeloxSQLQueryTestSettings.scala
+++ 
b/gluten-ut/spark35/src/test/scala/org/apache/gluten/utils/velox/VeloxSQLQueryTestSettings.scala
@@ -68,7 +68,7 @@ object VeloxSQLQueryTestSettings extends SQLQueryTestSettings 
{
     "group-by-ordinal.sql",
     "grouping_set.sql",
     "having.sql",
-//    "higher-order-functions.sql",
+    "higher-order-functions.sql",
     "identifier-clause.sql",
     "ignored.sql",
     "ilike.sql",


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

Reply via email to