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

commit a2f90c2bdf90e38d45acb7f1eaa330ac171aad29
Author: Gluten Performance Bot 
<[email protected]>
AuthorDate: Thu Oct 16 18:52:13 2025 +0100

    [GLUTEN-6887][VL] Daily Update Velox Version (2025_10_16) (#10899)
    
    Upstream Velox's New Commits:
    3b3413521 by Xiaoxuan Meng, feat: Allow customized serialized page (#15181)
    d4b1ab273 by Andrii Rosa, fix: Reduce lock contention in ScanTracker
    6ec5100fd by Richard Barnes, Fix: Remove unused exception parameter from 
velox/type/Type.cpp (#15182)
    d0f3e0c94 by Deepak Majeti, refactor(cudf): Fix velox_cudf_hive_connector 
dependencies (#15087)
    a0e2f842e by Abhinav Mukherjee, Add remap_keys velox udf (#15069)
    7a55b4e71 by Peter Enescu, feat: Add FlatMapVector support for Subscript 
(#15038)
    57244cb9b by Jimmy Lu, fix: Spark to_json breaking build (#15160)
    3ac198ba2 by Xiaoxuan Meng, fix: Deprecate the velox connector factory API 
(#15162)
    34c4390ce by Xiaoxuan Meng, fix: Remove the legacy code in row serializer 
(#15164)
    d187cb0fb by Abhinav Mukherjee, Reduce NUM_THREADS in Fedora workflow to 
fix OOM (#15166)
    
    Signed-off-by: glutenperfbot <[email protected]>
    Co-authored-by: glutenperfbot <[email protected]>
    Co-authored-by: Rui Mo <[email protected]>
---
 ep/build-velox/src/get-velox.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ep/build-velox/src/get-velox.sh b/ep/build-velox/src/get-velox.sh
index b08c7d9879..5d1ea7374f 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_15
+VELOX_BRANCH=2025_10_16
 VELOX_HOME=""
 RUN_SETUP_SCRIPT=ON
 VELOX_ENHANCED_REPO=https://github.com/IBM/velox.git
-VELOX_ENHANCED_BRANCH=ibm-2025_10_15
+VELOX_ENHANCED_BRANCH=ibm-2025_10_16
 ENABLE_ENHANCED_FEATURES=OFF
 
 # Developer use only for testing Velox PR.


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

Reply via email to