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

yuanzhou 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 662983bd3e [GLUTEN-6887][VL] Daily Update Velox Version (2025_08_03) 
(#10340)
662983bd3e is described below

commit 662983bd3ee7de6fb4435ccec175ab2c6d164f5b
Author: Gluten Performance Bot 
<[email protected]>
AuthorDate: Sun Aug 3 20:21:57 2025 +0100

    [GLUTEN-6887][VL] Daily Update Velox Version (2025_08_03) (#10340)
    
    Upstream Velox's New Commits:
    7e3e0faf2 by Hongze Zhang, fix: Fix ~UnknownType() used before its 
definition (#14310)
    168427e00 by Masha Basmanova, docs: Add monthly update for May 2025 (#14302)
    5db643c44 by Masha Basmanova, docs: Add monthly update for June 2025 
(#14301)
    64d84728f by Valery Mironov, refactor: Avoid dynamic allocation and atomic 
counter for scalar and unknown types (#14177)
    7681b32d2 by Eric Jia, refactor: TableEvolutionFuzzer (#14300)
    e5639ed14 by Devavret Makkar, feat(cudf): Special handling of VARCHAR 
literals in expression trees (#13909)
    904c2db11 by Jimmy Lu, fix: Reduce memory usage of constant expression 
(#14287)
    e6e391c01 by Devavret Makkar, fix(cudf): Properly handle no input scenarios 
in CudfHashAggregation (#13953)
    e54c018e6 by Gregory Kimball, docs: Extending Velox with cuDF blog post 
(#14083)
    0f1730e38 by Jimmy Lu, fix: Add sanity check against corrupted DWRF row 
index metadata (#14299)
    d0c611eaf by Chengcheng Jin, feat(cudf): Support set pool resource percent 
(#13984)
    f90623d66 by Rui Mo, fix: Respect Greek final sigma rule in Spark lower 
function (#13993)
    e8f850089 by Valery Mironov, fix: Remove duplication in top-level 
CMakeLists.txt (#14263)
    e3902a702 by iiFeung, feat: Add Spark char_type_write_side_check function 
(#14161)
    ff5cce13b by zml1206, feat: Add Spark timestampdiff function (#13535)
    98e919c13 by Valery Mironov, fix: Compilation of SIMDJsonExtractor with 
3.13.0 simdjson (#14249)
    
    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 529e6f100e..9ebcc5d681 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_08_01
+VELOX_BRANCH=2025_08_03
 VELOX_HOME=""
 RUN_SETUP_SCRIPT=ON
 VELOX_ENHANCED_REPO=https://github.com/IBM/velox.git
-VELOX_ENHANCED_BRANCH=ibm-2025_08_01
+VELOX_ENHANCED_BRANCH=ibm-2025_08_03
 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