From 0f13eb8f4069406f31485d5249f69b1fb4f2e9eb Mon Sep 17 00:00:00 2001 From: glutenperfbot Date: Sat, 11 Oct 2025 04:45:44 +0000 Subject: [PATCH] [GLUTEN-6887][VL] Daily Update Velox Version (2025_10_11) Upstream Velox's New Commits: 8e0b3a637 by Xiaoxuan Meng, feat: Support row iterator for unsafe row to control memory usage for deserialization (#15103) 3dbf68a58 by dependabot[bot], build(ci): Bump astral-sh/setup-uv from 6.7.0 to 6.8.0 (#15054) f18ba36b4 by dependabot[bot], build(ci): Bump docker/login-action from 3.5.0 to 3.6.0 (#15055) 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 0e46d370f27b..b7f303642461 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_10 +VELOX_BRANCH=2025_10_11 VELOX_HOME="" RUN_SETUP_SCRIPT=ON VELOX_ENHANCED_REPO=https://github.com/IBM/velox.git -VELOX_ENHANCED_BRANCH=ibm-2025_10_10 +VELOX_ENHANCED_BRANCH=ibm-2025_10_11 ENABLE_ENHANCED_FEATURES=OFF # Developer use only for testing Velox PR.