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 b0df89bbb8 [GLUTEN-6887][VL] Daily Update Velox Version (2025_06_20)
(#10019)
b0df89bbb8 is described below
commit b0df89bbb8db9e479dd4ec06c8740f50ca2f4dae
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Fri Jun 20 15:37:19 2025 +0100
[GLUTEN-6887][VL] Daily Update Velox Version (2025_06_20) (#10019)
* [GLUTEN-6887][VL] Daily Update Velox Version (2025_06_20)
Upstream Velox's New Commits:
402fd8f5a by Oliver Xu, feat(noisy_count): Add support for BIGINT
noise_scale in noisy_count_gaussian(col, noise_scale) (#13652)
7c37d86b5 by Oliver Xu, fix(fuzzer): add distinct mask to fuzzer verifier
(#13811)
269899a48 by duanmeng, feat: Use shared_ptr for Operator::spillStats_
(#13832)
cc2829153 by Oliver Xu, fix(noisy_count_if): Fix early break before a valid
noise scale is found (#13819)
08c3b5a7f by Jimmy Lu, feat: Share filter among drivers (#13784)
b4ee6722a by Eric Jia, feat: Support other tracing node when calling
connectorId (#13823)
Signed-off-by: glutenperfbot <[email protected]>
* misc: fix nightly docs
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/nightly_sync.yml | 2 +-
ep/build-velox/src/get_velox.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/nightly_sync.yml
b/.github/workflows/nightly_sync.yml
index 723e975a0d..027047a317 100644
--- a/.github/workflows/nightly_sync.yml
+++ b/.github/workflows/nightly_sync.yml
@@ -32,7 +32,7 @@ jobs:
uses: burnett01/[email protected]
with:
switches: -avzr
- path: docs/_site
+ path: _site
remote_path: ${{ secrets.NIGHTLIES_RSYNC_PATH }}/gluten/docs/
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 f7dd037845..797a19fbe4 100755
--- a/ep/build-velox/src/get_velox.sh
+++ b/ep/build-velox/src/get_velox.sh
@@ -17,7 +17,7 @@
set -exu
VELOX_REPO=https://github.com/oap-project/velox.git
-VELOX_BRANCH=2025_06_19
+VELOX_BRANCH=2025_06_20
VELOX_HOME=""
RUN_SETUP_SCRIPT=ON
VELOX_ENHANCED_REPO=https://github.com/oap-project/velox.git
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]