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

commit acc27a4e3cd65a9095166e80f931095ccd8da048
Author: Gluten Performance Bot 
<[email protected]>
AuthorDate: Sat Jul 26 22:04:02 2025 +0100

    [GLUTEN-6887][VL] Daily Update Velox Version (2025_07_26) (#10262)
    
    * [GLUTEN-6887][VL] Daily Update Velox Version (2025_07_26)
    
    Upstream Velox's New Commits:
    1d5765758 by Xiao Du, misc(fuzzer): Add QDigestInputGenerator in 
QDigestRegistration (#13939)
    61ff1cb27 by Raaghav Ravishankar, feat: Add dot_product function (#14053)
    e57aac7e4 by Oliver Xu, fix: Fix implicit conversion from long to double 
(#14234)
    d9c59b29a by Masha Basmanova, feat: Add support for converting OPAQUE 
vector to variant (#14235)
    62e529718 by Amit Dutta, refactor: Remove backward compatible code in 
TopNRowNumberNode constructor (#14168)
    e562f3f95 by Peter Enescu, fix: Update orderable-ness for custom types 
(#13972)
    d33a37ca4 by Masha Basmanova, feat: Add serde for ParallelProject node 
(#14223)
    40b1296b1 by root, feat(build): Switch to use C++20 standard (#10866)
    736086976 by Masha Basmanova, feat: Move ParallelProject node and operator 
from Verax (#14220)
    e832b3b2d by wecharyu, fix: HiveDataSink should materialize the input 
before any writes (#14085)
    63438d43c by Zhen Li, feat: Support decimal type for Spark from_json 
function (#13052)
    
    Signed-off-by: glutenperfbot <[email protected]>
    
    * switch c++ 20
    
    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]>
---
 cpp/CMakeLists.txt              | 2 +-
 ep/build-velox/src/get_velox.sh | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt
index 87e0e42b62..50b95d3f63 100644
--- a/cpp/CMakeLists.txt
+++ b/cpp/CMakeLists.txt
@@ -16,7 +16,7 @@
 cmake_minimum_required(VERSION 3.16)
 message(STATUS "Building using CMake version: ${CMAKE_VERSION}")
 
-set(CMAKE_CXX_STANDARD 17)
+set(CMAKE_CXX_STANDARD 20)
 set(CMAKE_CXX_STANDARD_REQUIRED ON)
 
 # The set(CACHE) command does not remove any normal variable of the same name
diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh
index 79692ceda5..b12f3cc44a 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_07_25
+VELOX_BRANCH=2025_07_26
 VELOX_HOME=""
 RUN_SETUP_SCRIPT=ON
 VELOX_ENHANCED_REPO=https://github.com/IBM/velox.git
-VELOX_ENHANCED_BRANCH=ibm-2025_07_25
+VELOX_ENHANCED_BRANCH=ibm-2025_07_26
 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