This is an automated email from the ASF dual-hosted git repository.
yuanzhou 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 bacb8e2f26 [GLUTEN-6887][VL] Daily Update Velox Version (2025_08_14)
(#10433)
bacb8e2f26 is described below
commit bacb8e2f2671878c5757426fc6757e6af083e8b9
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Thu Aug 14 20:18:22 2025 +0100
[GLUTEN-6887][VL] Daily Update Velox Version (2025_08_14) (#10433)
Upstream Velox's New Commits:
634cb73f0 by Zac Wen, feat: Support constant equal condition in index join
(#14439)
7ab45b95c by Xiaoxuan Meng, misc: Remove the unused spill stats comparison
methods (#14454)
d16af3729 by Patrick Sullivan, feat: Implement geometry_as_geojson,
geometry_from_geojson (#14252)
e3a4ff166 by Patrick Sullivan, feat: Implement bing_tile_polygon (#14232)
07a1374ed by Kevin Wilfong, feat(expr): Support non-ANSI Spark semantics
for cast failures in complex types (#14451)
3b1dd8bdf by Richard Barnes, fix: Fix unused-local-typedef issue in
velox/dwio/dwrf/test/ColumnWriterTest.cpp +1 (#14460)
9d6a54dd7 by Bowen Wu, refactor(wave): Reuse code between the nimble reader
unit tests and fuzzer (#14431)
7f5e50b54 by Bowen Wu, refactor(wave): Replace macros that cause name
collisions with functions (#14430)
07c850644 by Richard Barnes, fix: Del redundant-static-def in
velox/dwio/parquet/common/BloomFilter.cpp (#14442)
72d24c8e9 by Xiaoxuan Meng, fix: clear the serializer buffers from stream
arena to avoid excessive buffering in partition output to avoid query OOM
(#14438)
925355d8f by Xiaoxuan Meng, fix: Respect output buffer size in merge with
spill and improvements (#14445)
0f4045b72 by Masha Basmanova, test: Add support for SELECT DISTNCT to
DuckLogicalOperator.h (#14453)
09bc52ac5 by Ashutosh Gupta, Refactor Variant::hash to use BitUtil and
BaseVector null hash (#14348)
dbeb7d9af by Amit Dutta, refactor: Remove backward compatible code (#14443)
b5c18ceb4 by Simon Eves, fix: Remove call to deprecated CUDA function
(#14340)
7c164279e by iiFeung, feat: Add Spark read_side_padding function (#14242)
e956ccfb0 by Xiaoxuan Meng, fix: Set the task execution end time on
terminate instead of split finish (#14435)
68e50597d by Eric Jia, feat: Add tracing tool logic handling traceDir
(#14432)
5cd309918 by mbkkt, fix(vector): Vector length should be vector_size_t
instead of size_t (#14379)
4154e4acd by Valery Mironov, refactor: Use std::string::starts_with in
localFileSink (#14425)
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 765431ba29..ceae99166a 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_13
+VELOX_BRANCH=2025_08_14
VELOX_HOME=""
RUN_SETUP_SCRIPT=ON
VELOX_ENHANCED_REPO=https://github.com/IBM/velox.git
-VELOX_ENHANCED_BRANCH=ibm-2025_08_13
+VELOX_ENHANCED_BRANCH=ibm-2025_08_14
ENABLE_ENHANCED_FEATURES=OFF
# Developer use only for testing Velox PR.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]