This is an automated email from the ASF dual-hosted git repository.
marong 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 87f904c256 [GLUTEN-6887][VL] Daily Update Velox Version (2025_10_10)
(#10862)
87f904c256 is described below
commit 87f904c25630b09f9ddf0edeaff79df20c54b773
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Fri Oct 10 09:19:52 2025 +0100
[GLUTEN-6887][VL] Daily Update Velox Version (2025_10_10) (#10862)
Upstream Velox's New Commits:
f2d68e949 by Pedro Eugenio Rocha Pedreira, refactor: Remove usage of
folly::StringPiece in RowType::findChild() (#15094)
208a140aa by Natasha Sehgal, fix: merge_hll decode elements (#15092)
34c02865b by Deepak Majeti, fix(hdfs): Failing CI tests (#15100)
3c7ce8a79 by Masha Basmanova, build: Add 'perf' type to conventional
commits (#15104)
7317117a3 by James Gill, refactor(geo): Make Spatial NLJ logic more
explicit (#15088)
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 f7287db781..0e46d370f2 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_09
+VELOX_BRANCH=2025_10_10
VELOX_HOME=""
RUN_SETUP_SCRIPT=ON
VELOX_ENHANCED_REPO=https://github.com/IBM/velox.git
-VELOX_ENHANCED_BRANCH=ibm-2025_10_09
+VELOX_ENHANCED_BRANCH=ibm-2025_10_10
ENABLE_ENHANCED_FEATURES=OFF
# Developer use only for testing Velox PR.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]