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

commit a8b0e28940ceac4efd27f4c8b8f13ccf6e0726d0
Author: Gluten Performance Bot 
<[email protected]>
AuthorDate: Thu Sep 18 09:44:16 2025 +0100

    [GLUTEN-6887][VL] Daily Update Velox Version (2025_09_18) (#10749)
    
    Upstream Velox's New Commits:
    3c975abdd by Karthikeyan Natarajan, feat(cudf): Large string support for 
importFromArrow (#14359)
    5c91e834e by Chengcheng Jin, feat(cudf): Support hash_with_seed in cudf 
(#14820)
    2762233b1 by Sutou Kouhei, build: Install missing header files by `cmake 
--install` (#14872)
    4f9675590 by Sutou Kouhei, build: Remove needless `gflags::gflags` 
workaround (#14829)
    2188fd503 by Sutou Kouhei, build: Fix CuDF + Parquet test build failure 
(#14870)
    6d0688b57 by dependabot[bot], build(ci): Bump actions/checkout from 3.6.0 
to 5.0.0 (#14771)
    70fcb51ae by Masha Basmanova, feat: Extend PlanConsistencyChecker to check 
AggregationNode (#14877)
    a20d36142 by dependabot[bot], build(ci): Bump actions/setup-python from 
3.1.4 to 6.0.0 (#14769)
    b564fe9b0 by Valery Mironov, refactor: Readability improvements, avoid few 
allocations (#14850)
    b240d95bc by Jimmy Lu, refactor: Reuse SplitReader::createRowReader in Meta 
internal SplitReader implementation (#14874)
    
    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 cf2fff787a..5e277a1879 100755
--- a/ep/build-velox/src/get_velox.sh
+++ b/ep/build-velox/src/get_velox.sh
@@ -17,11 +17,11 @@
 set -exu
 
 VELOX_REPO=https://github.com/oap-project/velox.git
-VELOX_BRANCH=2025_09_17
+VELOX_BRANCH=2025_09_18
 VELOX_HOME=""
 RUN_SETUP_SCRIPT=ON
 VELOX_ENHANCED_REPO=https://github.com/IBM/velox.git
-VELOX_ENHANCED_BRANCH=ibm-2025_09_17
+VELOX_ENHANCED_BRANCH=ibm-2025_09_18
 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