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 0084a8077b [GLUTEN-6887][VL] Daily Update Velox Version (2025_09_15) 
(#10711)
0084a8077b is described below

commit 0084a8077b024694428a2b7e87e4cd6ed929445f
Author: Gluten Performance Bot 
<[email protected]>
AuthorDate: Mon Sep 15 20:49:35 2025 +0100

    [GLUTEN-6887][VL] Daily Update Velox Version (2025_09_15) (#10711)
    
    Upstream Velox's New Commits:
    71a310307 by Xiaoxuan Meng, feat: Add filter support for index join which 
can't be converted into join conditions (#14837)
    c02d0e9fc by Serge Druzkin, refactor(buffer): Add verbose version of 
AlignedBuffer::allocate (#14825)
    6c1b75166 by Sutou Kouhei, build: Fix QuantileDigest build error due to 
incorrect allocator type (#14843)
    0997850af by Masha Basmanova, refactor: Remove remaining calls to 
registerConnectorFactory (#14848)
    07a4e287e by Rui Mo, fix(cuDF): Compilation failure (#14799)
    1a5e0f704 by Chengcheng Jin, fix(parquet): Write options incorrectly use 
session config (#14676)
    059cd1387 by rexan, feat: Support Spark ArraySort with lambda function 
(#10138)
    505a600ef by Ke Wang, feat: Add counter for nimble and dwrf writer (#14841)
    d80657401 by Chengcheng Jin, feat: Add Iceberg truncate function (#14774)
    4258da077 by lingbin, refactor: Remove unused variable in coalesceIo() 
function (#14780)
    96e7cf67a by PHILO-HE, docs: Fix install prefix to use $USER instead of 
$USERNAME for better compatibility (#14798)
    ba8ca8b64 by Bikramjeet Vig, feat: Add MakeRowFromMap Utility Class (#14671)
    ef05b95c1 by Jacob Wujciak-Jens, build(ci): Fix build report (#14762)
    
    Signed-off-by: glutenperfbot <[email protected]>
    Co-authored-by: glutenperfbot <[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 016d670f50..acfef60308 100755
--- a/ep/build-velox/src/get_velox.sh
+++ b/ep/build-velox/src/get_velox.sh
@@ -17,11 +17,11 @@
 set -exu
 
 VELOX_REPO=https://github.com/oap-project/velox.git
-VELOX_BRANCH=2025_09_12
+VELOX_BRANCH=2025_09_15
 VELOX_HOME=""
 RUN_SETUP_SCRIPT=ON
 VELOX_ENHANCED_REPO=https://github.com/IBM/velox.git
-VELOX_ENHANCED_BRANCH=ibm-2025_09_12
+VELOX_ENHANCED_BRANCH=ibm-2025_09_15
 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