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

felixybw 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 3b21aece37 [GLUTEN-6887][VL] Daily Update Velox Version (2025_11_04) 
(#11014)
3b21aece37 is described below

commit 3b21aece37b88dcbfe90a72d28e89fd123f336e8
Author: Gluten Performance Bot 
<[email protected]>
AuthorDate: Wed Nov 5 01:44:07 2025 +0000

    [GLUTEN-6887][VL] Daily Update Velox Version (2025_11_04) (#11014)
    
    Upstream Velox's New Commits:
    3829ed89e by Pramod Satya, feat: Add rewrites for AND and OR special forms 
(#15327)
    a63d1a9a7 by Eric Jia, feat: Implement aggregation pushdown feature in 
TableEvolutionFuzzer (#15268)
    ca3ab9598 by Kevin Wilfong, refactor: Move map_subset registration logic 
into MapSubset.cpp (#15377)
    df77c86b3 by dependabot[bot], build(ci): Bump astral-sh/setup-uv from 7.1.1 
to 7.1.2 (#15288)
    4a80009f3 by Christian Zentgraf, fix: Cleanup code to make it Clang20 
compatible (#15172)
    586f06ea3 by Jacob Wujciak-Jens, docs: Add Blogpost about shared build 
(#15254)
    83985716b by Karthikeyan Natarajan, fix: Fix compile error in CI (#15366)
    ec1247316 by Masha Basmanova, refactor: Extract helper method 
verifyOutputNames in PlanConsistencyChecker (#15370)
    
    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 55e568d669..961b2d99ee 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_11_03
+VELOX_BRANCH=2025_11_04
 VELOX_HOME=""
 RUN_SETUP_SCRIPT=ON
 VELOX_ENHANCED_REPO=https://github.com/IBM/velox.git
-VELOX_ENHANCED_BRANCH=ibm-2025_11_03_fix
+VELOX_ENHANCED_BRANCH=ibm-2025_11_04
 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