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

zhouyuan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new d666ceb9c0 [GLUTEN-6887][VL] Daily Update Velox Version (2026_07_03) 
(#12440)
d666ceb9c0 is described below

commit d666ceb9c016598e3a1ed4dbe12c365f54248693
Author: Gluten Performance Bot 
<[email protected]>
AuthorDate: Fri Jul 3 13:35:13 2026 +0100

    [GLUTEN-6887][VL] Daily Update Velox Version (2026_07_03) (#12440)
    
    * [GLUTEN-6887][VL] Daily Update Velox Version (dft-2026_07_03)
    
    Upstream Velox's New Commits:
    fc699a723 by Ping Liu, fix(parquet): Honor 
hive.parquet.writer.max-target-file-size during file rotation
    7c21ec08c by jkhaliqi, test: Generate valid timestamp values for INT96 tests
    33c7df3c7 by Hongze Zhang, build(cmake): Fix 
`velox_install_library_headers` build portability
    a17056ee0 by Ismaël Mejía, perf(parquet): Cache Arrow schema across write() 
calls
    fc8bc8d49 by Bikramjeet Singh Vig, feat: Add layout-invariance verification 
to the expression fuzzer (#17883)
    3ce66431c by Jimmy Lu, docs: Add GPU acceleration overview to the developer 
guide (#17983)
    cb398830e by Avinash Raj, feat(cudf): Add cuDF round(DOUBLE[, INTEGER]) for 
TPC-DS
    933188e33 by Mariam AlMesfer, feat(spark): Add support for 
timestampadd(timestamp_utc)
    
    Signed-off-by: glutenperfbot <[email protected]>
    
    * remove arm pipeline cmake refresh
    
    Signed-off-by: Yuan <[email protected]>
    
    ---------
    
    Signed-off-by: glutenperfbot <[email protected]>
    Signed-off-by: Yuan <[email protected]>
    Co-authored-by: glutenperfbot <[email protected]>
    Co-authored-by: Yuan <[email protected]>
---
 .github/workflows/velox_backend_arm.yml | 1 -
 ep/build-velox/src/get-velox.sh         | 4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/velox_backend_arm.yml 
b/.github/workflows/velox_backend_arm.yml
index 178d430c11..13a4515d08 100644
--- a/.github/workflows/velox_backend_arm.yml
+++ b/.github/workflows/velox_backend_arm.yml
@@ -66,7 +66,6 @@ jobs:
       - name: Build Gluten native libraries
         run: |
           df -a
-          pip install cmake==3.31.4
           bash dev/ci-velox-buildstatic-centos-9.sh
           ccache -s
       - name: "Save ccache"
diff --git a/ep/build-velox/src/get-velox.sh b/ep/build-velox/src/get-velox.sh
index 2a11ec25ed..0ba44acfaa 100755
--- a/ep/build-velox/src/get-velox.sh
+++ b/ep/build-velox/src/get-velox.sh
@@ -18,8 +18,8 @@ set -exu
 
 CURRENT_DIR=$(cd "$(dirname "$BASH_SOURCE")"; pwd)
 VELOX_REPO=https://github.com/IBM/velox.git
-VELOX_BRANCH=dft-2026_07_02
-VELOX_ENHANCED_BRANCH=ibm-2026_07_02
+VELOX_BRANCH=dft-2026_07_03
+VELOX_ENHANCED_BRANCH=ibm-2026_07_03
 VELOX_HOME=""
 RUN_SETUP_SCRIPT=ON
 ENABLE_ENHANCED_FEATURES=OFF


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

Reply via email to