This is an automated email from the ASF dual-hosted git repository.
yao 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 417c3e81a4 [GLUTEN-6887][VL] Daily Update Velox Version
(dft-2026_02_24) (#11646)
417c3e81a4 is described below
commit 417c3e81a41d9258695dbe76aaf722a2f24e7dd5
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Tue Feb 24 15:12:45 2026 +0000
[GLUTEN-6887][VL] Daily Update Velox Version (dft-2026_02_24) (#11646)
Upstream Velox's New Commits:
52bdfd23e by Sergey Pershin, misc: Improve MapUnionSum's arithmetic
overflow error message (#16499)
8af9eb6d9 by Deepak Majeti, build: Update Arrow from 15 to 18 (#16366)
200150a46 by Kevin Wilfong, perf: In IndexLookupJoin append trailing misses
from left join to last batch when possible (#16473)
a7acd0582 by Kevin Wilfong, perf: Release any memory held by accumulators
in StreamingAggregation in createOutput (#16465)
8cc8d59d1 by Abhinav Mukherjee, Add the map_values_in_range UDF (#15969)
18ffcb542 by David Goode, feat(operator): Velox barrier handling for
MixedUnion (#16263)
Signed-off-by: glutenperfbot <[email protected]>
Co-authored-by: glutenperfbot <[email protected]>
Co-authored-by: Kent Yao <[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 4529359262..e0ee3a4919 100755
--- a/ep/build-velox/src/get-velox.sh
+++ b/ep/build-velox/src/get-velox.sh
@@ -18,8 +18,8 @@ set -exu
CURRENT_DIR=$(cd "$(dirname "$BASH_SOURCE")"; pwd)
VELOX_REPO=https://github.com/IBM/velox.git
-VELOX_BRANCH=dft-2026_02_23
-VELOX_ENHANCED_BRANCH=ibm-2026_02_23
+VELOX_BRANCH=dft-2026_02_24
+VELOX_ENHANCED_BRANCH=ibm-2026_02_24
VELOX_HOME=""
RUN_SETUP_SCRIPT=ON
ENABLE_ENHANCED_FEATURES=OFF
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]