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 7913b409e2 [GLUTEN-6887][VL] Daily Update Velox Version (2025_08_23)
(#10512)
7913b409e2 is described below
commit 7913b409e224b359cc37ca786514fc77935f6107
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Sat Aug 23 19:06:17 2025 +0100
[GLUTEN-6887][VL] Daily Update Velox Version (2025_08_23) (#10512)
Upstream Velox's New Commits:
0be0201e1 by Christian Zentgraf, refactor(expression): Move constants into
separate header (#14493)
df42adb21 by beliefer, refactor: Eliminate the warning of `total += size`
(#14526)
c88e9ac04 by wecharyu, fix: Supports unquoted special floating strings for
from_json (#14022)
5d6771182 by Rong Ma, fix: Macro VELOX_ASSERT_ERROR_STATUS has variable
conflict (#14569)
c3e5c500e by Yuan, misc: Improve tzdb to be compatible with old tzdata
(#12722)
5afdf2b8c by James Gill, feat: Implement SpatialJoin nodes (#14338)
6f4f41c2e by mbkkt, refactor: Use std fallthrough instead of
FMT_FALLTHROUGH (#14561)
63d1da3ff by Natasha Sehgal, fix: Handle parse_presto_data_size behavior on
ASCII inputs correctly (#14566)
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 fcf6395956..bf9450a014 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_22
+VELOX_BRANCH=2025_08_23
VELOX_HOME=""
RUN_SETUP_SCRIPT=ON
VELOX_ENHANCED_REPO=https://github.com/IBM/velox.git
-VELOX_ENHANCED_BRANCH=ibm-2025_08_22
+VELOX_ENHANCED_BRANCH=ibm-2025_08_23
ENABLE_ENHANCED_FEATURES=OFF
# Developer use only for testing Velox PR.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]