From c61017534fe2d8d566866850f400396ee1a67e57 Mon Sep 17 00:00:00 2001 From: glutenperfbot Date: Tue, 9 Sep 2025 04:46:04 +0000 Subject: [PATCH] [GLUTEN-6887][VL] Daily Update Velox Version (2025_09_09) Upstream Velox's New Commits: f0b9fa3d6 by Masha Basmanova, refactor: Use HiveConnector::registerSerDe() API (#14779) 5d9f1b792 by Jialiang Tan, fix: SortingWriter should not estimate 0 row for processing (#14735) 99fe06ada by Masha Basmanova, refactor: Consolidate register-serde APIs for Hive connector (#14753) d58ad46db by Amit Dutta, refactor: Remove backward compatible code (#14764) 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 a00bc80a7f50..5ad9da5a6229 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_09_08 +VELOX_BRANCH=2025_09_09 VELOX_HOME="" RUN_SETUP_SCRIPT=ON VELOX_ENHANCED_REPO=https://github.com/IBM/velox.git -VELOX_ENHANCED_BRANCH=ibm-2025_09_08 +VELOX_ENHANCED_BRANCH=ibm-2025_09_09 ENABLE_ENHANCED_FEATURES=OFF # Developer use only for testing Velox PR.