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 b829f4d8e6 [GLUTEN-6887][VL] Daily Update Velox Version (2025_11_01)
(#10996)
b829f4d8e6 is described below
commit b829f4d8e6be78e09e254571b324b4bda45c89a2
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Mon Nov 3 09:44:05 2025 +0000
[GLUTEN-6887][VL] Daily Update Velox Version (2025_11_01) (#10996)
Upstream Velox's New Commits:
3cd3aa401 by Sutou Kouhei, build: Don't use `CMAKE_INSTALL_LIBDIR` in
bundled Apache Arrow (#15260)
93869d5c9 by Shruti, feat(cuDF): Implement post-filtered cuDF hash joins
with streaming probe sides (#15337)
64e3d3496 by Jacob Wujciak-Jens, build(ci): Trigger java image upload on
push to main (#15352)
b3953b0bd by Masha Basmanova, feat: Add a check for duplicate join keys to
PlanConsistencyChecker (#15342)
7fc242106 by xiaodou, fix: Throw error for unsupported compression kinds in
TextReader (#15316)
853c62524 by Krishna Pai, feat: Add Spatial Join Benchmark (#15323)
855fff372 by xiaodou, refactor: Remove unused functions in TextReader
(#15317)
40a4a81d1 by Devavret Makkar, feat(cuDF): Add CudfExpression interface to
allow nesting of cuDF AST and cuDF standalone functions (#15145)
883bdd426 by Ping Liu, refactor: HivePartitionUtil for better extensibility
(#15333)
66446ac9a by mbkkt, fix(build): Add explicit dependency for fastfloat
instead of implicit from folly (#15322)
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 b4cf4e6d7f..4bf42e1c5e 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_31
+VELOX_BRANCH=2025_11_01
VELOX_HOME=""
RUN_SETUP_SCRIPT=ON
VELOX_ENHANCED_REPO=https://github.com/IBM/velox.git
-VELOX_ENHANCED_BRANCH=ibm-2025_10_31
+VELOX_ENHANCED_BRANCH=ibm-2025_11_01
ENABLE_ENHANCED_FEATURES=OFF
# Developer use only for testing Velox PR.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]