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 f5d8ad9110 [GLUTEN-6887][VL] Daily Update Velox Version
(dft-2026_07_28) (#12645)
f5d8ad9110 is described below
commit f5d8ad911066b5f16a4c6eebee7c3d4a75b177d0
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Wed Jul 29 00:32:50 2026 +0100
[GLUTEN-6887][VL] Daily Update Velox Version (dft-2026_07_28) (#12645)
Upstream Velox's New Commits:
716ab80f1 by Mohammad Linjawi, feat(exec): Forward constant inputs in
SimpleAggregateAdapter
6d53851ab by Muhammad Haseeb, build(cudf): Bump cuDF and dependencies to
26.08
d0b705cc6 by Alfred Xu, fix(cudf): Preserve probe schema for right semi
join input
25c810e07 by Apurva Kumar, feat: Stamp Iceberg field-ids on NIMBLE schema
nodes by pre-order node id (#18269)
b7b5831ba by Pedro Pedreira, build: Replace the clang-tidy '*' set with a
curated allowlist
abe7618ac by JiaKe, refactor: Decouple Parquet row-group byte targeting
from writer.max-target-file-size
e77a073a7 by Philo He, fix: Make Spark CAST(floating-point as decimal)
ANSI-compliant
9dd65b072 by Richard Barnes, folly::format -> fmt::format in velox (#18281)
7e89f01d6 by Rui Mo, perf: Add zero-copy reinterpret cast
4fc7e4056 by dependabot[bot], build(deps): Bump axios from 1.16.0 to 1.18.0
in /website
413131e2a by Ismaël Mejía, perf(parquet): Batch boolean decode
d7207c3c9 by LingBin, fix: Correct SysMemoryReclaimer::abort and
arbitratorKind comments
87c17fc2f by Sreeni Viswanadha, fix(spill): Register named Presto serde in
spill benchmarks (#18223)
ef16c0af0 by oerling, fix(torchwave): Keep cross-kernel elementwise leaf
inputs (#18254)
863ce8bfb by Natasha Sehgal, fix(exec): Deduplicate aggregate signature
errors (#18271)
d02b71d41 by Sreeni Viswanadha, fix(exec): disable useListRowIndex in
SortBuffer to avoid addInput OOM
9dfac4773 by oerling, feat(torchwave): Per-graph config override, parallel
sweep (#18251)
c4247a3c0 by Raymond Lin, perf(dwio): Push projected-key IN filter onto
map-as-struct key reader
3fc56b453 by Pramod Satya, fix(cudf): Normalize scanned decimal columns
c4da8823d by Chandrashekhar Kumar Singh, fix(exec): Stop
LocalExchangeSource re-registering a timeout after close()
767912c7c by LingBin, refactor(memory): Remove unused capacityToString
helper
7454a0869 by Wechar Yu, fix: Correct export arrow null count for longer
children
dbc8e17b5 by Mingliang Zhu, fix: Spark from_json failure on scalar input
for array of rows
85e7016cd by Shruti Shivakumar, fix(cudf): Accept compact null payloads in
decimal sum state deserialization
17bf4715f by Shruti Shivakumar, fix(cudf): Fix CudfBatchConcat assertion
failure for HashJoinNode
ea1266742 by Mingyu Zhang, feat: Introduce VeloxException::properties() for
durable context extraction (#18153)
49e8aac49 by Ismaël Mejía, perf(parquet): Reduce per-page overhead in
Parquet reader
b6040fcfc by Karthikeyan, feat: Select output transport per
PartitionedOutput node via a pluggable registry
5e69dd061 by RindsSchei225e, feat(fuzzer): Generate multi-batch
adaptively-sized files (#18008)
4b3771e4b by RindsSchei225e, fix(fuzzer): Raise open-writer cap in
TableEvolutionFuzzer write tasks (#18237)
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 5afc1af735..491d5413ca 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_07_24
-VELOX_ENHANCED_BRANCH=ibm-2026_07_24
+VELOX_BRANCH=dft-2026_07_28
+VELOX_ENHANCED_BRANCH=ibm-2026_07_28
VELOX_HOME=""
RUN_SETUP_SCRIPT=ON
ENABLE_ENHANCED_FEATURES=OFF
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]