This is an automated email from the ASF dual-hosted git repository.
FelixYBW pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 8439151d60 [GLUTEN-6887][VL] Daily Update Velox Version
(dft-2026_08_17) (#12791)
8439151d60 is described below
commit 8439151d606e41abd9a6e91e17e887a4a7a7dc9b
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Mon Aug 17 23:07:50 2026 +0100
[GLUTEN-6887][VL] Daily Update Velox Version (dft-2026_08_17) (#12791)
Upstream Velox's New Commits:
4aed7adc3 by oerling, feat(torchwave): ROO preproc fixes (graph-prep,
arithmetic promotion, fused copy/expand) (#18393)
665bf5e0f by Apurva Kumar, feat: Resolve Iceberg delete field IDs and
narrow test matrices
0ece1c211 by Apurva Kumar, feat: Deletion-vector codec: bound Roaring64
positions and conform to Puffin (#18520)
c8e47558e by LingBin, fix: Fix the stale make format command in CLAUDE.md
6a61cb99d by Naveen Mahadevuni, fix(iceberg): Issue when column with
default value has filter
8accb6a75 by LingBin, refactor(memory): Clarify thread-safe semantics of
MemoryPool
92d0295a4 by Karthikeyan, refactor(type): Extract the compile-time type
metadata into its own header
23cc95a9a by Wechar Yu, feat: Enhance KLL memory allocation for sparse
merges
8e5484821 by Harthi7, feat: Support ANSI for Spark CAST(float/double as
timestamp)
36c2381b5 by Shruti Shivakumar, fix(cudf): Release retained GPU state when
operators close
d65a6e76f by Reema, fix(cudf): Gate LocalExchange residency claims on
producer partition spec
2756e4700 by Wechar Yu, misc: Remove unused EncodingTest.cpp
8da9b9af1 by Bikramjeet Singh Vig, refactor(vector): Forbid unloaded lazy
ARRAY/MAP children (#18429)
2d4f887a2 by Maria Basmanova, fix(expression): Widen conditional branches
to a common type (#18511)
9ddf79e81 by Wechar Yu, fix(parquet): Support read unknown column
03c8b89be by Krishna Pai, fix(ci): Accept the current Meta copyright line
in the license header check
ff5cc8c7e by Rui Mo, fix: Ensure Velox dependency builds use an explicit
CMake build type
ab8eca9ff by dependabot[bot], build(ci): Bump astral-sh/setup-uv from 8.2.0
to 9.0.0
6431586ec by dependabot[bot], build(deps): Bump js-yaml from 3.14.2 to
3.15.1 in /website
0a2a27fc4 by Shrinidhi Joshi, fix: Remove task spill directory after
drivers close (#18496)
f4fcf3228 by Raymond Lin, feat(connector): Let file systems report
per-operation IO counters (#18475)
34d34b8be by Wechar Yu, fix: RowSerializer should use chain length during
serialization
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 df8da48e55..d34212196e 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_08_14
-VELOX_ENHANCED_BRANCH=ibm-2026_08_14
+VELOX_BRANCH=dft-2026_08_17
+VELOX_ENHANCED_BRANCH=ibm-2026_08_17
VELOX_HOME=""
RUN_SETUP_SCRIPT=ON
ENABLE_ENHANCED_FEATURES=OFF
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]