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 dccf177574 [GLUTEN-6887][VL] Daily Update Velox Version (2025_11_03)
(#11000)
dccf177574 is described below
commit dccf17757410a9b2c497c5e76d1a23e2bf36e0fe
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Mon Nov 3 14:54:56 2025 +0000
[GLUTEN-6887][VL] Daily Update Velox Version (2025_11_03) (#11000)
Upstream Velox's New Commits:
8b0a19e17 by Bikramjeet Vig, misc: Use folly F14FastMap to filter keys in
MakeRowFromMap (#15353)
Signed-off-by: glutenperfbot <[email protected]>
Co-authored-by: glutenperfbot <[email protected]>
Co-authored-by: Yuan <[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 4bf42e1c5e..55e568d669 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_01
+VELOX_BRANCH=2025_11_03
VELOX_HOME=""
RUN_SETUP_SCRIPT=ON
VELOX_ENHANCED_REPO=https://github.com/IBM/velox.git
-VELOX_ENHANCED_BRANCH=ibm-2025_11_01
+VELOX_ENHANCED_BRANCH=ibm-2025_11_03_fix
ENABLE_ENHANCED_FEATURES=OFF
# Developer use only for testing Velox PR.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]