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 d06c203d9b [GLUTEN-6887][VL] Daily Update Velox Version
(dft-2026_08_26) (#12899)
d06c203d9b is described below
commit d06c203d9ba5cc7fb0bc72ad01a2598fbd94ec44
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Fri Aug 28 01:09:28 2026 +0100
[GLUTEN-6887][VL] Daily Update Velox Version (dft-2026_08_26) (#12899)
Upstream Velox's New Commits:
b028b4497 by peterenescu, feat: Support VeloxQueryRunner in Github
Expression Fuzzer (#18414)
ca9eb03e2 by peterenescu, build: Add build flag for LocalRunnerService
(#18413)
77597f009 by Luis Garcés-Erice, fix(cudf): Fix AzuriteServer.cpp location
on Presto builds
fd7507980 by Jimmy Lu, fix: Point iceberg Nimble tests at the migrated
writer factory header
ebc79dc47 by Xiaoxuan, perf(nimble): Add selected stream location lookup
(#18673)
05b18f266 by Rui Mo, fix: Support merging HUGEINT value filters
33d01d6d0 by Xiaoxuan, feat(file_format): Add Nimble file dictionary
conversion
47e2960d9 by Xiaoxuan, feat(nimble): Add shared integer dictionary encoding
(#18637)
a0ebe26c6 by Henry Dikeman, feat(serializer): Add API to decode multiple
row ranges from a single batch (#18557)
de9ef926d by Henry Dikeman, refactor(nimble): Extract encoding evaluation
into common library (#18654)
191da8896 by Xiaoxuan, perf(nimble): Fast-path uncompressed chunk stripping
dbf7937fe by Wechar Yu, refactor: Minor normalize gtest names for dwio
fbc6742d9 by Hongze Zhang, docs: Add blog "Native Delta Statistics with
Velox Task Barriers"
cb8a941cc by Xiaoxuan, perf(nimble): Reuse encoding slice scratch buffers
(#18660)
360af1a8c by Guilherme Kunigami, fix(presto-serializer): Deserialize nested
OPAQUE columns (#18532)
9005b49dd by Ke, feat(nimble): Verify writer metadata in fuzzers (#18545)
e1e73a07a by oerling, fix(torchwave): Three unrelated crash and corruption
bugs
adb4f5cc3 by Rui Mo, test: Enable dynamic filter pushdown for long decimal
join keys
704b70369 by Jimmy Lu, fix(nimble): Keep nulls in dictionary reads without
AVX2 (#18621)
7bdf24200 by Maria Basmanova, docs: Document
VELOX_ENABLE_BACKWARD_COMPATIBILITY
80fc30b38 by Krishna Pai, fix(nimble): Make the shared dictionary export
build and pass checks
a9c90e024 by Jimmy Lu, fix(function): Fix LIKE crash on truncated UTF-8
patterns (#18622) (#18622)
fc329bf3f by Krishna Pai, feat(nimble): Add shared dictionary encoding and
writer (#18640)
33a594c8e by Joe Abraham, fix(hive): Test split filters on all partition
keys and constants
e4811a2f7 by Devavret Makkar, fix(cuDF): Avoid copying single cuDF concat
batches in CudfBatchConcat
29357c4fe by Maria Basmanova, fix(tests): Keep an explicit ROWS window
frame (#18639)
683854b30 by XiaoDu, misc(nimble): Make DeltaBlock reject unsorted input as
incompatible (#18631) (#18631)
787f964a6 by Xiaoxuan, fix(nimble): Build writer reclaimer in OSS
6a99eaada by Xiaoxuan, feat(nimble): Add external dictionary build tool and
library (#18634)
b7199fb2e by Xiaoxuan, feat(nimble): Add shared dictionary config (#18636)
ae3f7b1b2 by Xiaoxuan, refactor(nimble): Rename file features to properties
(#18616)
4d16851ec by Xiaoxuan, feat(nimble): Add shared dictionary catalog reader
eb9af27c7 by Xiaoxuan, feat(nimble): Add shared dictionary catalog schema
(#18620)
6ced766a5 by Amit Dutta, fix(kll): Reject unsafe sketch sizes
52bb657fa by Krishna Pai, fix(nimble): Drop read-only PFOR from dispatch
fuzzer test
15d719e24 by oerling, feat(torchwave): Common-subexpression elimination
(#18623)
417d2275e by Krishna Pai, feat(nimble): Merge Writer and Deserializer with
fbcode (#18625)
2c661fc83 by Krishna Pai, feat(nimble): Sync Nimble from fbcode after the
move into Velox (#18614)
c2a52d021 by PRASHANT GOLASH, perf: Pack DirectCoalescedLoad buffers into
one shared allocation (#17949)
23062d1bd by Shrinidhi Joshi, feat(exchange): Add materialized exchange
implementation - operator and output buffer (#18579)
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 bc5f41aa8f..7c8ec8cba3 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_21
-VELOX_ENHANCED_BRANCH=ibm-2026_08_21
+VELOX_BRANCH=dft-2026_08_26
+VELOX_ENHANCED_BRANCH=ibm-2026_08_26
VELOX_HOME=""
RUN_SETUP_SCRIPT=ON
ENABLE_ENHANCED_FEATURES=OFF
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]