From 4edd5b32eea4d2c083c37dca8c725ad43a4d107b Mon Sep 17 00:00:00 2001 From: glutenperfbot Date: Sun, 12 Oct 2025 04:45:46 +0000 Subject: [PATCH] [GLUTEN-6887][VL] Daily Update Velox Version (2025_10_12) Upstream Velox's New Commits: 206238a93 by Pedro Eugenio Rocha Pedreira, refactor: Move folly::StringPiece::endsWith() usage to C++20 (#15123) 1e26a47df by Pratik Pugalia, feat: Add support for intervalDayToSecondPlusTime and intervalMonthToYearPlusTime (#15108) d92fb0f5a by Krishna Pai, feat: Add fedora runs to CI (#14575) ed1b87f8a by Pedro Eugenio Rocha Pedreira, docs: Update coding style guidance for folly::StringPiece (#15122) c5c12167d by Pedro Eugenio Rocha Pedreira, refactor: Remove usage of folly::StringPiece in Variant (#15095) 71315ab30 by Zhenyuan Zhao, Relax type comparison requirement (#15121) ad4cc3787 by Charles Holmes, docs: Clarify documentation for from_unixtime(timestamp) Presto function (#14835) e120e32eb by mbkkt, refactor: Use weaker memory order for Buffer counter (#14987) 4fb42d3c3 by Pedro Eugenio Rocha Pedreira, refactor: Remove usage of folly::StringPiece in HiveTypeParser (#15096) ec4aa88a1 by Xiaoxuan Meng, refactor: Simplify exchange is blocked condition proccessing (#15118) 32cab9495 by Pedro Eugenio Rocha Pedreira, refactor: Remove usage of folly::StringPiece in common/encode (#15114) a3a47e0c5 by Xiaoxuan Meng, opt: Optimize the sapphire cosco shuffle deserialization with batch processing with no data copy from cosco raw package (#15117) 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 b7f303642461..79c2055aa798 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_11 +VELOX_BRANCH=2025_10_12 VELOX_HOME="" RUN_SETUP_SCRIPT=ON VELOX_ENHANCED_REPO=https://github.com/IBM/velox.git -VELOX_ENHANCED_BRANCH=ibm-2025_10_11 +VELOX_ENHANCED_BRANCH=ibm-2025_10_12 ENABLE_ENHANCED_FEATURES=OFF # Developer use only for testing Velox PR.