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 01e8ed4000 [GLUTEN-6887][VL] Daily Update Velox Version (2025_07_24)
(#10255)
01e8ed4000 is described below
commit 01e8ed400019fae72f61d781b09e45bd09eb0ce9
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Thu Jul 24 08:49:07 2025 +0100
[GLUTEN-6887][VL] Daily Update Velox Version (2025_07_24) (#10255)
* [GLUTEN-6887][VL] Daily Update Velox Version (2025_07_24)
Upstream Velox's New Commits:
986a73d46 by Xiaoxuan Meng, fix: Avoid deadlock when drop child fails
(#14202)
a50cab940 by James Gill, refactor: Reduce allocations (#14169)
fdc7bea35 by Vincent Crabtree, feat: Add seeded xxhash64 Presto function
(#14186)
Signed-off-by: glutenperfbot <[email protected]>
* fix nightly uploading for arm package
Signed-off-by: Yuan <[email protected]>
---------
Signed-off-by: glutenperfbot <[email protected]>
Signed-off-by: Yuan <[email protected]>
Co-authored-by: glutenperfbot <[email protected]>
Co-authored-by: Yuan <[email protected]>
---
.github/workflows/velox_nightly.yml | 4 ++--
ep/build-velox/src/get_velox.sh | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/velox_nightly.yml
b/.github/workflows/velox_nightly.yml
index 5205f643c1..3d9a97bc0b 100644
--- a/.github/workflows/velox_nightly.yml
+++ b/.github/workflows/velox_nightly.yml
@@ -300,7 +300,7 @@ jobs:
uses: burnett01/[email protected]
with:
switches: -avzr
- path: package/target/gluten-velox-bundle-*.jar
+ path: package/gluten-velox-bundle-*.jar
remote_path: ${{ secrets.NIGHTLIES_RSYNC_PATH
}}/gluten/nightly-release-jdk8
remote_host: ${{ secrets.NIGHTLIES_RSYNC_HOST }}
remote_port: ${{ secrets.NIGHTLIES_RSYNC_PORT }}
@@ -323,7 +323,7 @@ jobs:
uses: burnett01/[email protected]
with:
switches: -avzr
- path: package/target/gluten-velox-bundle-*.jar
+ path: package/gluten-velox-bundle-*.jar
remote_path: ${{ secrets.NIGHTLIES_RSYNC_PATH
}}/gluten/nightly-release-jdk17
remote_host: ${{ secrets.NIGHTLIES_RSYNC_HOST }}
remote_port: ${{ secrets.NIGHTLIES_RSYNC_PORT }}
diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh
index 5f4492e440..77f467799c 100755
--- a/ep/build-velox/src/get_velox.sh
+++ b/ep/build-velox/src/get_velox.sh
@@ -17,11 +17,11 @@
set -exu
VELOX_REPO=https://github.com/oap-project/velox.git
-VELOX_BRANCH=2025_07_23
+VELOX_BRANCH=2025_07_24
VELOX_HOME=""
RUN_SETUP_SCRIPT=ON
VELOX_ENHANCED_REPO=https://github.com/IBM/velox.git
-VELOX_ENHANCED_BRANCH=ibm-2025_07_23
+VELOX_ENHANCED_BRANCH=ibm-2025_07_24
ENABLE_ENHANCED_FEATURES=OFF
# Developer use only for testing Velox PR.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]