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

commit bce17f7ce3442e982905d8ec3b4924308974bac2
Author: Gluten Performance Bot 
<[email protected]>
AuthorDate: Sat Oct 25 18:55:51 2025 +0100

    [GLUTEN-6887][VL] Daily Update Velox Version (2025_10_25) (#10947)
    
    * [GLUTEN-6887][VL] Daily Update Velox Version (2025_10_25)
    
    Upstream Velox's New Commits:
    61975b14d by Chengcheng Jin, fix: Fix Arrow large string import may 
overflow (#14921)
    6867686f4 by wangguangxin.cn, fix: UnknownType should have 0 buffer when 
exporting to Arrow (#14156)
    3ad3bd81a by aditi-pandit, docs: Add TopNRowNumberFuzzer documentation 
(#15249)
    28c5f29f4 by Hongze Zhang, fix: Fix wrong result when pushing aggregation 
down to small Parquet pages (#14332)
    2a4210bfc by Yolande Yan, feat: Add SetDigest type (#15281)
    dd53fc055 by Sutou Kouhei, fix(build): Add a missing space after "." in 
shared library warning message (#14719)
    f145ad3db by Zac Wen, feat: Add OrderByReplayer to trace tool (#15271)
    0c7475e05 by Natasha Sehgal, misc: Optimize dense P4HLL cast with direct 
copy (#15265)
    b2d62c1f0 by Natasha Sehgal, misc: Revert std::move in Driver getOutput 
(#15276)
    6109c9f64 by Hongze Zhang, fix: Fix unsafe varchar array vector produced by 
`variantToVector` API (#14586)
    d537e4d03 by alileclerc, docs: New VeloxCon China banner (#15238)
    0bc990d70 by Pedro Eugenio Rocha Pedreira, refactor: Remove unsafe 
unimplemented function (#15275)
    69636cdf5 by wecharyu, feat: Extend json path support in get_json_object 
Spark function (#15243)
    1eb5dd63e by Peter Enescu, refactor: Use PrestoBatchSerializer for 
LocalRunnerService Thrift serialization (#15226)
    41d3e31ec by James Gill, docs(geo): Add documentation for bingtile and 
geometry types (#15273)
    83ec11c32 by Pedro Eugenio Rocha Pedreira, build: Fix CI builds (#15272)
    ca4cfb6b5 by Pedro Eugenio Rocha Pedreira, refactor: Remove usages of 
folly::StringPiece in Counters.h (#15266)
    c78385daf by mbkkt, fix: Disable some noisy .clang-tidy checks (#15135)
    b0afdf43c by Ping Liu, feat: Add TIME type support to Arrow bridge (#15029)
    d0f6a2429 by Ping Liu, fix: Remove redundant partition value handling in 
Iceberg column adaptation (#14516)
    
    Signed-off-by: glutenperfbot <[email protected]>
    
    * exclude failed ut
    
    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                                       | 4 ++--
 .../test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala  | 2 ++
 .../test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala  | 2 ++
 .../test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala  | 2 ++
 .../test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala  | 2 ++
 5 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/ep/build-velox/src/get-velox.sh b/ep/build-velox/src/get-velox.sh
index 83f4222f74..c5afd79947 100755
--- a/ep/build-velox/src/get-velox.sh
+++ b/ep/build-velox/src/get-velox.sh
@@ -18,11 +18,11 @@ set -exu
 
 CURRENT_DIR=$(cd "$(dirname "$BASH_SOURCE")"; pwd)
 VELOX_REPO=https://github.com/oap-project/velox.git
-VELOX_BRANCH=2025_10_24
+VELOX_BRANCH=2025_10_25
 VELOX_HOME=""
 RUN_SETUP_SCRIPT=ON
 VELOX_ENHANCED_REPO=https://github.com/IBM/velox.git
-VELOX_ENHANCED_BRANCH=ibm-2025_10_24
+VELOX_ENHANCED_BRANCH=ibm-2025_10_25
 ENABLE_ENHANCED_FEATURES=OFF
 
 # Developer use only for testing Velox PR.
diff --git 
a/gluten-ut/spark32/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
 
b/gluten-ut/spark32/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
index 8929dfbefa..584905e493 100644
--- 
a/gluten-ut/spark32/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
+++ 
b/gluten-ut/spark32/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
@@ -371,6 +371,8 @@ class VeloxTestSettings extends BackendTestSettings {
   enableSuite[GlutenJsonExpressionsSuite]
     // https://github.com/apache/incubator-gluten/issues/8102
     .exclude("$.store.book")
+    // https://github.com/apache/incubator-gluten/issues/10948
+    .exclude("$['key with spaces']")
     .exclude("$")
     .exclude("$.store.book[0]")
     .exclude("$.store.book[*]")
diff --git 
a/gluten-ut/spark33/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
 
b/gluten-ut/spark33/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
index 3249017c3b..e036f539e8 100644
--- 
a/gluten-ut/spark33/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
+++ 
b/gluten-ut/spark33/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
@@ -155,6 +155,8 @@ class VeloxTestSettings extends BackendTestSettings {
   enableSuite[GlutenJsonExpressionsSuite]
     // https://github.com/apache/incubator-gluten/issues/8102
     .exclude("$.store.book")
+    // https://github.com/apache/incubator-gluten/issues/10948
+    .exclude("$['key with spaces']")
     .exclude("$")
     .exclude("$.store.book[0]")
     .exclude("$.store.book[*]")
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 2fa7c7a77e..d351e707ca 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
@@ -153,6 +153,8 @@ class VeloxTestSettings extends BackendTestSettings {
   enableSuite[GlutenJsonExpressionsSuite]
     // https://github.com/apache/incubator-gluten/issues/8102
     .exclude("$.store.book")
+    // https://github.com/apache/incubator-gluten/issues/10948
+    .exclude("$['key with spaces']")
     .exclude("$")
     .exclude("$.store.book[0]")
     .exclude("$.store.book[*]")
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 66a0583450..d21e39fafd 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
@@ -153,6 +153,8 @@ class VeloxTestSettings extends BackendTestSettings {
   enableSuite[GlutenJsonExpressionsSuite]
     // https://github.com/apache/incubator-gluten/issues/8102
     .exclude("$.store.book")
+    // https://github.com/apache/incubator-gluten/issues/10948
+    .exclude("$['key with spaces']")
     .exclude("$")
     .exclude("$.store.book[0]")
     .exclude("$.store.book[*]")


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

Reply via email to