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 c500206749 [GLUTEN-6887][VL] Daily Update Velox Version (2025_11_07)
(#11047)
c500206749 is described below
commit c500206749c67c5d24a63af9b6956f62c165df0c
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Fri Nov 7 21:46:16 2025 +0000
[GLUTEN-6887][VL] Daily Update Velox Version (2025_11_07) (#11047)
Upstream Velox's New Commits:
b685d849d by Jialiang Tan, fix: Fix hash probe caused stuck driver issue
(#15434)
04faded0c by Xiaoxuan Meng, refactor: minor code cleanup in reader path
(#15432)
66bea5d24 by Natasha Sehgal, feat: Add varbinary to from_hex ,
from_base64url function (#15420)
9a2e65663 by Pratik Pugalia, fix(type): Fix TIME WITH TIME ZONE UTC and
local time conversions (#15421)
ac56d23a1 by Jialiang Tan, revert: Revert hash probe stuck driver fix
(#15428)
161b9e025 by Christian Zentgraf, feat(ci): Add Clang to CentOS adapters
image (#15373)
97fadd0ee by Masha Basmanova, feat: Add sampling rate to HiveTableHandle
(#15424)
a0d77b3c8 by Rui Mo, misc: Propagate full IO stats (count/min/max) to
runtime metrics (#15408)
c13d6695a by Heidi Han, feat: Add KHyperLogLog type (#15199)
0a138372f by Han Yan, feat: Add TIME support to date_trunc function (#15240)
f5cb02d8c by Masha Basmanova, refactor: Remove unused 'negated' parameter
from extractFiltersFromRemainingFilter (#15417)
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 b852f7741f..aba91e85fa 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_11_06
+VELOX_BRANCH=2025_11_07
VELOX_HOME=""
RUN_SETUP_SCRIPT=ON
VELOX_ENHANCED_REPO=https://github.com/IBM/velox.git
-VELOX_ENHANCED_BRANCH=ibm-2025_11_06
+VELOX_ENHANCED_BRANCH=ibm-2025_11_07
ENABLE_ENHANCED_FEATURES=OFF
# Developer use only for testing Velox PR.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]