This is an automated email from the ASF dual-hosted git repository.
rui 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 8566fa2482 [GLUTEN-6887][VL] Daily Update Velox Version (2025_10_13)
(#10880)
8566fa2482 is described below
commit 8566fa24828765d188e2602be700a7a5f1c6ba5c
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Mon Oct 13 19:03:51 2025 +0100
[GLUTEN-6887][VL] Daily Update Velox Version (2025_10_13) (#10880)
Upstream Velox's New Commits:
fcf4943ed by mbkkt, refactor: Buffer (#15085)
a8cf88ca2 by Xiaoxuan Meng, opt: Optimize the buffer isView check (#15120)
768be246e by Han Yan, feat: Add TIME support to minute function (#15068)
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 79c2055aa7..3725ba8883 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_12
+VELOX_BRANCH=2025_10_13
VELOX_HOME=""
RUN_SETUP_SCRIPT=ON
VELOX_ENHANCED_REPO=https://github.com/IBM/velox.git
-VELOX_ENHANCED_BRANCH=ibm-2025_10_12
+VELOX_ENHANCED_BRANCH=ibm-2025_10_13
ENABLE_ENHANCED_FEATURES=OFF
# Developer use only for testing Velox PR.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]