From eb6097339b4cdb192ed19ab5dba5cc24cd077109 Mon Sep 17 00:00:00 2001 From: glutenperfbot Date: Wed, 27 Aug 2025 04:45:42 +0000 Subject: [PATCH] [GLUTEN-6887][VL] Daily Update Velox Version (2025_08_27) Upstream Velox's New Commits: e8f7b7933 by Ping Liu, fix: Fix unable to locate package error on ubuntu 22.04 (#14550) 5d495333b by Rui Mo, fix: Fix Spark decimal multiply and divide functions (#14203) 001ca24e8 by dependabot[bot], build(ci): Bump astral-sh/setup-uv from 6.3.1 to 6.6.0 (#14591) e47318879 by dependabot[bot], build(ci): Bump docker/bake-action from 6.8.0 to 6.9.0 (#14588) 78e65d781 by Jacob Wujciak-Jens, build(ci): Use correct merge-base for bias signatures (#14509) 34b1becaa by PHILO-HE, fix(build): Skip version information retrieval for DuckDB (#14217) d6ffd635c by Eric Jia, feat: Add flatmap writing in TableEvolutionFuzzer (#14596) e23a4e90f by Ke Jia, feat: Support the mkdir function in S3FileSystem (#14381) 87ea89235 by furqan, feat: Add getters for nested arrays and maps in Variant (#14583) 640f46dec by dependabot[bot], build(ci): Bump docker/login-action from 3.4.0 to 3.5.0 (#14414) f8f08ffc8 by xiaodou, fix: Initialize errors only once in JsonCastOperator (#14582) cd514d679 by dependabot[bot], build(ci): Bump actions/cache from 4.2.3 to 4.2.4 (#14415) 05c2e5ff2 by Ke Jia, refactor(abfs): Extract AbfsReadFile implementation into separate files (#14497) 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 4406d0af1eb8..a00ea766cd58 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_08_26 +VELOX_BRANCH=2025_08_27 VELOX_HOME="" RUN_SETUP_SCRIPT=ON VELOX_ENHANCED_REPO=https://github.com/IBM/velox.git -VELOX_ENHANCED_BRANCH=ibm-2025_08_26 +VELOX_ENHANCED_BRANCH=ibm-2025_08_27 ENABLE_ENHANCED_FEATURES=OFF # Developer use only for testing Velox PR.