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 2e50d006ed [GLUTEN-6887][VL] Daily Update Velox Version (2025_10_22)
(#10921)
2e50d006ed is described below
commit 2e50d006edc6f023d7a8473bb1915baeb986f464
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Wed Oct 22 09:14:16 2025 +0100
[GLUTEN-6887][VL] Daily Update Velox Version (2025_10_22) (#10921)
Upstream Velox's New Commits:
95bd54af8 by Pratik Pugalia, feat: Add CastTo Varchar support for TIME WITH
TIMEZONE (#15216)
ec150782a by Abhinav Mukherjee, Replace boost::regex with RE2 in
parse_duration function (#15124)
da861fc8a by Pedro Eugenio Rocha Pedreira, refactor: Remove more usages of
folly::StringPiece in dwio (#15237)
01a57e61b by Xiaoxuan Meng, misc: Add more stats in trace replay result
(#15233)
c95e64e50 by Pedro Eugenio Rocha Pedreira, refactor: Remove usage of
folly::StringPiece in dwio (#15225)
e97cb943a by James Gill, feat(geo): Enable indexed SpatialJoinProbe (#15161)
430c3fa22 by Chengcheng Jin, feat: Add years, months, days, hours Iceberg
functions (#14775)
9c7995d14 by Pratik Pugalia, feat: Add TypeOf support for TIME and TIME
WITH TIMEZONE (#15214)
2e8472738 by Han Yan, feat: Add TIME support to date_add function (#15176)
6e45db8a6 by James Gill, refactor(geo): Add SpatialIndex building to
SpatialJoinBuild (#15148)
932006872 by Christian Zentgraf, feat: Update fmt to 11.2.0 (#15159)
61494e746 by Christian Zentgraf, fix(build): Use sudo correctly during
setup for Ubuntu (#14654)
f7cc0aa6a by Xiao Du, fix: Diable array mode for types with custom
comparison in hash tables (#15212)
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 483983d849..6cf5389ee7 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_21
+VELOX_BRANCH=2025_10_22
VELOX_HOME=""
RUN_SETUP_SCRIPT=ON
VELOX_ENHANCED_REPO=https://github.com/IBM/velox.git
-VELOX_ENHANCED_BRANCH=ibm-2025_10_21
+VELOX_ENHANCED_BRANCH=ibm-2025_10_22
ENABLE_ENHANCED_FEATURES=OFF
# Developer use only for testing Velox PR.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]