This is an automated email from the ASF dual-hosted git repository.

chengchengjin 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 1b7398d1ac [GLUTEN-6887][VL] Daily Update Velox Version (2025_10_29) 
(#10974)
1b7398d1ac is described below

commit 1b7398d1acc180133072c9e522703ee397042e8d
Author: Gluten Performance Bot 
<[email protected]>
AuthorDate: Wed Oct 29 19:35:28 2025 +0000

    [GLUTEN-6887][VL] Daily Update Velox Version (2025_10_29) (#10974)
    
    Upstream Velox's New Commits:
    56a0190ca by Kk Pulla, fix: Remove resolveAggregateFunction API (#15308)
    6c9d9ccad by Pramod Satya, feat: Add ExprOptimizer for constant folding and 
rewrites (#14717)
    eee990b34 by Zac Wen, feat: Add match ratio statistics to MergeJoin 
operator (#15297)
    bb81482ff by Chengcheng Jin, feat(cudf): Support date_add, cast and 
try_cast, and utility test class (#15020)
    3af343355 by MacVincent Agha-Oko, misc(BE): Throw User Error for CLOSED vs. 
RUNNING DWIO Writer Check (#15257)
    b5d502b04 by Kevin Wilfong, fix: Respect preferredOutputBatchBytes in 
StreamingAggregation (#15251)
    8da0eae39 by Chengcheng Jin, feat(cudf): Add the LOG_FALLBACK macro to log 
fallback reason (#14865)
    48c2bfd7c by lingbin, docs: Fix 'Avg' type name in metrics.rst (#15302)
    1f24396e1 by Pedro Pedreira, build(gcc): Bypass `stringop-overflow` GCC 
false positive (#15278)
    139b93216 by James Gill, feat(geo): Add SphericalGeography type (#15280)
    
    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 7aebb1aac0..10a0103f9f 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_28
+VELOX_BRANCH=2025_10_29
 VELOX_HOME=""
 RUN_SETUP_SCRIPT=ON
 VELOX_ENHANCED_REPO=https://github.com/IBM/velox.git
-VELOX_ENHANCED_BRANCH=ibm-2025_10_28
+VELOX_ENHANCED_BRANCH=ibm-2025_10_29
 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