This is an automated email from the ASF dual-hosted git repository.
marong pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new c4e1e950d1 [GLUTEN-6887][VL] Daily Update Velox Version (2025_08_27)
(#10549)
c4e1e950d1 is described below
commit c4e1e950d1a953a86b15dc07ba0f635185c4ad43
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Wed Aug 27 13:37:08 2025 +0100
[GLUTEN-6887][VL] Daily Update Velox Version (2025_08_27) (#10549)
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 <[email protected]>
Co-authored-by: glutenperfbot <[email protected]>
---
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 4406d0af1e..a00ea766cd 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.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]