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 9b216bb282 [GLUTEN-6887][VL] Daily Update Velox Version (2025_08_19)
(#10486)
9b216bb282 is described below
commit 9b216bb282578ae643d2182e35e4530a01e0584e
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Tue Aug 19 20:40:59 2025 +0100
[GLUTEN-6887][VL] Daily Update Velox Version (2025_08_19) (#10486)
* [GLUTEN-6887][VL] Daily Update Velox Version (2025_08_19)
Upstream Velox's New Commits:
2c4257dee by Matt Karrmann, refactor(Velox): Expose RuntimeStats from
DataSinks, allow passing IoStats to FileSink (#14464)
b6da46bd8 by Masha Basmanova, feat: Add operator<< to
VELOX_DECLARE_ENUM_NAME macro (#14495)
Signed-off-by: glutenperfbot <[email protected]>
* Fix iceberg interface change
* update velox
Signed-off-by: Yuan <[email protected]>
* Revert "Fix iceberg interface change"
This reverts commit 7833f7818323c46a7aadd7aa9239229fa851a4d4.
---------
Signed-off-by: glutenperfbot <[email protected]>
Signed-off-by: Yuan <[email protected]>
Co-authored-by: glutenperfbot <[email protected]>
Co-authored-by: Chengcheng Jin <[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 279ebb851b..b4e75e95ca 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_08_16
+VELOX_BRANCH=2025_08_19
VELOX_HOME=""
RUN_SETUP_SCRIPT=ON
VELOX_ENHANCED_REPO=https://github.com/IBM/velox.git
-VELOX_ENHANCED_BRANCH=ibm-2025_08_16
+VELOX_ENHANCED_BRANCH=ibm-2025_08_19_2
ENABLE_ENHANCED_FEATURES=OFF
# Developer use only for testing Velox PR.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]