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

commit 7e26ed248536960422c0649f4c0f23366ecc3d77
Author: Gluten Performance Bot 
<[email protected]>
AuthorDate: Mon Nov 17 17:40:02 2025 +0000

    [GLUTEN-6887][VL] Daily Update Velox Version (2025_11_15) (#11095)
    
    * [GLUTEN-6887][VL] Daily Update Velox Version (2025_11_15)
    
    Upstream Velox's New Commits:
    3863d7dcf by Jimmy Lu, fix: FileUtils::makePartName should throw on empty 
input (#15496)
    9fe4388f3 by generatedunixname537391475639613, 
fbcode/velox/expression/ComplexViewTypes.h (#15448)
    521f42998 by Kevin Wilfong, fix: FlatVector::resizeValues can lose existing 
values for opaque types (#15487)
    646ea2ad2 by Taras Tsugrii, perf: Reserve space for holders_ in DecodedArgs 
constructor (#15418)
    746d25783 by Pratik Pugalia, feat: InputGenerator Support For Time with 
Time zone (#15476)
    c74611466 by Shang Ma, misc(runtimestats): Add runtime metric to find the 
max cpu time of running drivers per operator and expose existing 
ioWaitWallNanos (#15354)
    e68177261 by Kk Pulla, misc: Change task termination log level to VLOG 
(#15481)
    18957117f by Ping Liu, feat: Add support for evaluating Iceberg partition 
transforms (#15477)
    3cf456f66 by Rui Mo, misc: Use ioCounter for pageLoadTimeNs (#15407)
    2ebb9cfeb by Jacob Wujciak-Jens, build(CI): Add workflow to push weekly 
tags (#15446)
    
    ---------
    
    Signed-off-by: glutenperfbot <[email protected]>
    Co-authored-by: glutenperfbot <[email protected]>
    Co-authored-by: BInwei Yang <[email protected]>
---
 ep/build-velox/src/get-velox.sh | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/ep/build-velox/src/get-velox.sh b/ep/build-velox/src/get-velox.sh
index 90343b95fa..d8340948c2 100755
--- a/ep/build-velox/src/get-velox.sh
+++ b/ep/build-velox/src/get-velox.sh
@@ -17,12 +17,11 @@
 set -exu
 
 CURRENT_DIR=$(cd "$(dirname "$BASH_SOURCE")"; pwd)
-VELOX_REPO=https://github.com/oap-project/velox.git
-VELOX_BRANCH=2025_11_14
+VELOX_REPO=https://github.com/IBM/velox.git
+VELOX_BRANCH=oap-2025_11_15
+VELOX_ENHANCED_BRANCH=ibm-2025_11_15
 VELOX_HOME=""
 RUN_SETUP_SCRIPT=ON
-VELOX_ENHANCED_REPO=https://github.com/IBM/velox.git
-VELOX_ENHANCED_BRANCH=ibm-2025_11_14
 ENABLE_ENHANCED_FEATURES=OFF
 
 # Developer use only for testing Velox PR.
@@ -34,7 +33,6 @@ for arg in "$@"; do
   case $arg in
   --velox_repo=*)
     VELOX_REPO=("${arg#*=}")
-    VELOX_ENHANCED_REPO=("${arg#*=}")
     shift # Remove argument name from processing
     ;;
   --velox_branch=*)
@@ -52,7 +50,6 @@ for arg in "$@"; do
     ;;
   --enable_enhanced_features=*)
     ENABLE_ENHANCED_FEATURES=("${arg#*=}")
-    VELOX_REPO=$VELOX_ENHANCED_REPO
     VELOX_BRANCH=$VELOX_ENHANCED_BRANCH
     shift # Remove argument name from processing
     ;;


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

Reply via email to