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/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 6d5d34d23b [GLUTEN-6887][VL] Daily Update Velox Version (2025_10_01)
(#10826)
6d5d34d23b is described below
commit 6d5d34d23bc742817fddb956e4cbd6bdf4974e9b
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Wed Oct 1 19:51:45 2025 +0100
[GLUTEN-6887][VL] Daily Update Velox Version (2025_10_01) (#10826)
Upstream Velox's New Commits:
13310e4ef by Pedro Eugenio Rocha Pedreira, test(remote-function): Check for
correct exception propagation (#15009)
5793b33dc by Xiaoxuan Meng, refactor: Remove unused
BaseVector::inMemoryBytes API (#14970)
6bbc93643 by Masha Basmanova, test: Add IExpr::dropAlias API (#15007)
198082aee by mbkkt, fix: Add missing includes (#14980)
75d32b231 by Natasha Sehgal, feat: Add merge_hll native function (#14804)
0e359bd16 by Pedro Eugenio Rocha Pedreira, refactor: Enable remote function
thrift client extensibility (#15001)
90973bdbc by Karthikeyan Natarajan, fix(cudf): Store memory resource mr_ to
retain mr (#14933)
1c8743bec by Artem Selishchev, fix: Fix race in MemoryPool in debug mode
(#14983)
204dd0a3e by Valery Mironov, fix: Register companion functions in
registerTDigestAggregate (#14995)
7b7d6a1ab by Wei He, feat: Allow transferring a vector to a given memory
pool (#13814)
59ab756c1 by Hongze Zhang, build: Fix unsupported bison syntax with bison
3.0.4 (#14961)
08f734025 by mbkkt, fix: Data race inside tpch gen (#14984)
9dd3833ce by Han Yan, feat: Add support for casting TIME to BIGINT in Velox
expressions (#14975)
cccf849ca by duanmeng, feat: Centralize error propagation in SpillMerger
(#14761)
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 ece9a0be77..38c62cf8ce 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_09_27
+VELOX_BRANCH=2025_10_01
VELOX_HOME=""
RUN_SETUP_SCRIPT=ON
VELOX_ENHANCED_REPO=https://github.com/IBM/velox.git
-VELOX_ENHANCED_BRANCH=ibm-2025_09_27
+VELOX_ENHANCED_BRANCH=ibm-2025_10_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]