From d604c1037b88af1e74b894cef45f8455167c6b3b Mon Sep 17 00:00:00 2001 From: glutenperfbot Date: Thu, 9 Oct 2025 07:43:04 +0000 Subject: [PATCH] [GLUTEN-6887][VL] Daily Update Velox Version (2025_10_09) Upstream Velox's New Commits: 394eeb730 by Pratik Pugalia, feat: Add support for timePlusIntervalDayToSecond and timePlusIntervalMonthToYear (#15060) e183b8818 by Pedro Eugenio Rocha Pedreira, refactor: Remove usage of folly::StringPiece in DATE()->toDays() (#15090) 31f4f00ae by Christian Zentgraf, docs: C++20 switch blog post (#14611) 8692dcc0b by Steve Burnett, docs: Fix formatting in presto/array.rst (#15074) 8a5c12942 by Natasha Sehgal, misc: Optimization - std::move in Driver Output (#15089) 2af79be8e by Eric Jia, feat: Add reading flatmap as struct feature in TableEvolutionFuzzer (#14929) 7155c2389 by Rui Mo, fix: Spark timestamp_seconds function (#14819) Signed-off-by: glutenperfbot --- 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 169744af9b86..f7287db781f2 100755 --- a/ep/build-velox/src/get_velox.sh +++ b/ep/build-velox/src/get_velox.sh @@ -18,11 +18,11 @@ set -exu CURRENT_DIR=$(cd "$(dirname "$BASH_SOURCE")"; pwd) VELOX_REPO=https://github.com/oap-project/velox.git -VELOX_BRANCH=2025_10_08 +VELOX_BRANCH=2025_10_09 VELOX_HOME="" RUN_SETUP_SCRIPT=ON VELOX_ENHANCED_REPO=https://github.com/IBM/velox.git -VELOX_ENHANCED_BRANCH=ibm-2025_10_08 +VELOX_ENHANCED_BRANCH=ibm-2025_10_09 ENABLE_ENHANCED_FEATURES=OFF # Developer use only for testing Velox PR.