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 4c8895fb09 [GLUTEN-6887][VL] Daily Update Velox Version (2025_10_21) 
(#10917)
4c8895fb09 is described below

commit 4c8895fb09fbf3916f73b941562f5cae96314feb
Author: Gluten Performance Bot 
<[email protected]>
AuthorDate: Tue Oct 21 09:08:15 2025 +0100

    [GLUTEN-6887][VL] Daily Update Velox Version (2025_10_21) (#10917)
    
    Upstream Velox's New Commits:
    6d3d87582 by Jacob Khaliqi, fix: ST_NumInteriorRing failing with wrong 
return type (#15202)
    9a0d6d69d by lingbin, refactor(dwio): Use nested namespace in 'dwio/common' 
directory (#15223)
    bcf9ef4b2 by Chengcheng Jin, feat(cudf): Support switch complex expression 
(#14925)
    751256361 by dependabot[bot], build(ci): Bump actions/checkout from 4 to 5 
(#15143)
    956d630ed by Jacob Khaliqi, fix: ST_CoordDim failing with wrong return type 
(#15203)
    a52307a54 by zouxxyy, build: Avoid staying in subdir of dependency after it 
has been installed (#15113)
    dbf599ab1 by Karthikeyan, feat(cudf): Add velox-cudf support for 
AssignUniqueId (#14766)
    9747b863e by Pedro Eugenio Rocha Pedreira, misc: Add thrift package for 
velox/functions/remote/if/ (#15175)
    66408c0cf by Patrick Sullivan, Fix: Bug in polygon deserialization (#15178)
    a914ddb3c by Hanqi Wu, feat: Add a new run-time stat for index lookup join 
(#15187)
    
    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 aa3fee13d6..483983d849 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_20
+VELOX_BRANCH=2025_10_21
 VELOX_HOME=""
 RUN_SETUP_SCRIPT=ON
 VELOX_ENHANCED_REPO=https://github.com/IBM/velox.git
-VELOX_ENHANCED_BRANCH=ibm-2025_10_20
+VELOX_ENHANCED_BRANCH=ibm-2025_10_21
 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