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 a02e7efb59 [GLUTEN-6887][VL] Daily Update Velox Version (2025_06_07) 
(#9903)
a02e7efb59 is described below

commit a02e7efb59a00f5d9ff37f0bda31bf68d71f877d
Author: Gluten Performance Bot 
<[email protected]>
AuthorDate: Sat Jun 7 13:45:57 2025 +0100

    [GLUTEN-6887][VL] Daily Update Velox Version (2025_06_07) (#9903)
    
    * [GLUTEN-6887][VL] Daily Update Velox Version (2025_06_07)
    
    Upstream Velox's New Commits:
    046e97335 by Xiaoxuan Meng, misc: Add runtime stats in AIDN reconstruction 
udf for performance analysis and code refactor (#13655)
    cb33341df by Jacob Wujciak-Jens, build(ci): Fix dependency install in macOS 
Wheel build (#13630)
    2f7e23242 by Bikramjeet Vig, feat: Allow access to expression stats via 
operator stats (#13639)
    18456c575 by Jialiang Tan, refactor: Priority based global arbitration 
(#13678)
    2a9c90432 by Peter Enescu, fix: Update numeric limits to parallel type due 
to compilation errors (#13657)
    6c3b88e06 by Peter Enescu, fix(fuzzer): Remove type Geometry from fuzzer 
runs (#13656)
    472a0a976 by wraymo, refactor: Refactor ST_Point to reuse GeometryFactory 
instance (#13525)
    9ad4b837d by Wei He, fix(fuzzer): Fix 
ExpressionFuzzerUnitTest.reproduceExpressionWithSeed (#13633)
    cb00fb043 by Xiaoxuan Meng, feat: Add dry run trace mode for crash 
debugging (#13659)
    ab7f18ff4 by Krishna Pai, Back out "fix: upgrade folly to v2025.05.26.00" 
(#13664)
    ce6541c49 by Masha Basmanova, fix: Fix Expr::isDeterministic for lambda 
functions (#13647)
    d5b4420bb by Eric Jia, feat: Add Unnest Operator Tracing (#13668)
    c27404ccf by Masha Basmanova, fix: Enable constant folding for lambda 
functions (#13642)
    
    Signed-off-by: glutenperfbot <[email protected]>
    
    * ban higher-order-functions.sql
    
    Signed-off-by: Yuan <[email protected]>
    
    ---------
    
    Signed-off-by: glutenperfbot <[email protected]>
    Signed-off-by: Yuan <[email protected]>
    Co-authored-by: glutenperfbot <[email protected]>
    Co-authored-by: Yuan <[email protected]>
---
 ep/build-velox/src/get_velox.sh                                         | 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 +-
 .../scala/org/apache/gluten/utils/velox/VeloxSQLQueryTestSettings.scala | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh
index 61384adbff..c5beec6c8d 100755
--- a/ep/build-velox/src/get_velox.sh
+++ b/ep/build-velox/src/get_velox.sh
@@ -17,7 +17,7 @@
 set -exu
 
 VELOX_REPO=https://github.com/oap-project/velox.git
-VELOX_BRANCH=2025_06_06
+VELOX_BRANCH=2025_06_07
 VELOX_HOME=""
 RUN_SETUP_SCRIPT=ON
 
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 0d16d72e1f..47599f7e1a 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 182005437d..b56c08de1a 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 c9dc0020ca..1a7f91a9e7 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 70796814e0..508a015f39 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