This is an automated email from the ASF dual-hosted git repository.
chengchengjin 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 dd6c33f2b2 [GLUTEN-6887][VL] Daily Update Velox Version (2025_10_31)
(#10987)
dd6c33f2b2 is described below
commit dd6c33f2b29ddcc5b9da412127471538a03f07b8
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Fri Oct 31 13:21:45 2025 +0000
[GLUTEN-6887][VL] Daily Update Velox Version (2025_10_31) (#10987)
Upstream Velox's New Commits:
8a5a520fb by Amit Dutta, refactor: Remove backward compatible code (#15326)
31be2fd7e by Kevin Wilfong, build: Bump Presto version used in Fuzzer tests
to 0.295 (#15334)
3ddb2cf3b by Xiaoxuan Meng, perf: Do not request data size if there is only
a single source as in persistent shuffle (#15328)
229cf2c26 by James Gill, test(geo): Add edge-case tests to SpatialIndexTest
(#15318)
50fa639ae by Alex Malyshev, refactor: Make wrapper for protobuf Arena
allocation method (#15279)
b6d366328 by Sutou Kouhei, fix: Don't try installing `FindSnappy.cmake`
(#15262)
861712087 by misiugodfrey, refactor(cudf): Use LOG() instead of std::cout
for debug messages (#15321)
de0300697 by Masha Basmanova, feat: Check join filter in
PlanConsistencyChecker (#15331)
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 17e1cdea3f..b4cf4e6d7f 100755
--- a/ep/build-velox/src/get-velox.sh
+++ b/ep/build-velox/src/get-velox.sh
@@ -18,11 +18,11 @@ set -exu
CURRENT_DIR=$(cd "$(dirname "$BASH_SOURCE")"; pwd)
VELOX_REPO=https://github.com/oap-project/velox.git
-VELOX_BRANCH=2025_10_30
+VELOX_BRANCH=2025_10_31
VELOX_HOME=""
RUN_SETUP_SCRIPT=ON
VELOX_ENHANCED_REPO=https://github.com/IBM/velox.git
-VELOX_ENHANCED_BRANCH=ibm-2025_10_30_fix
+VELOX_ENHANCED_BRANCH=ibm-2025_10_31
ENABLE_ENHANCED_FEATURES=OFF
# Developer use only for testing Velox PR.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]