This is an automated email from the ASF dual-hosted git repository.
rui 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 78428bfe78 [GLUTEN-6887][VL] Daily Update Velox Version (2025_10_15)
(#10890)
78428bfe78 is described below
commit 78428bfe781312e14feab415abc8bc0591a5707e
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Wed Oct 15 09:52:40 2025 +0100
[GLUTEN-6887][VL] Daily Update Velox Version (2025_10_15) (#10890)
Upstream Velox's New Commits:
dcd28b245 by mbkkt, refactor: Move legacy vector API under ifdef (#14982)
6c1e8cba1 by Jacob Khaliqi, fix: ST_NumPoints failing with wrong return
type (#15129)
2465663ae by Hongze Zhang, feat: Prepare documentation for Delta Lake
functions (#14861)
1793a77b4 by Zhenyuan Zhao, fix: Make flatmap vector initialization more
robust (#15152)
1bc2cc9d3 by lingbin, misc(cache): Update SsdRun code comments and
initialization (#15031)
fac8169b5 by lingbin, refactor: Add "Locked" suffix to thread-unsafe
methods in AsyncDataCache (#15099)
2191ecb31 by Han Yan, feat: Add support for casting VARCHAR to TIME (#15041)
10caa0335 by Pratik Pugalia, feat: Add support for
timeMinusIntervalDayToSecond and timeMinusIntervalYearToMonth (#15150)
2d5040c13 by Christian Zentgraf, feat: Upgrade simdjson to 3.13.0 (#14917)
7b45b3edf by Xiaoxuan Meng, refactor: Handle row group inside the row
iterator factory (#15154)
3412b778a by mbkkt, fix: Merge wasn't completely correct (#15138)
6d010ffa0 by Pedro Eugenio Rocha Pedreira, refactor: Remove usage of
folly::StringPiece in JsonExtractor (#15137)
749b1dffd by Heidi Han, fix: TypeParser Enum type name to allow special
characters (#15125)
755c76ec4 by James Gill, feat(geo): Require geometry fields in
SpatialJoinNode (#15107)
945f552ad by Christian Zentgraf, fix(build): Patch required by macOS for
setup abseil dependency (#15132)
4fec00477 by Pedro Eugenio Rocha Pedreira, refactor: Remove last usages of
folly::StringPiece in velox/functions (#15147)
4e29e7c37 by Emily (Xuetong) Sun, Fix HiveDataSink nonReclaimableSection
bug with multiple writers (#15151)
b625dbcf1 by Rui Mo, feat: Add page load time metric (#14587)
110c98010 by Christian Zentgraf, fix(CI): Add setup file changes trigger
for macOS (#15133)
6e19b8164 by wangd, fix(orc): Session property name for
`orc_use_column_name` (#14971)
8dd6984be by Zhen Li, fix: Crash in constructing null ConstantVector of
type ROW() (#15018)
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 c70e5c372e..6be51f4a90 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_14
+VELOX_BRANCH=2025_10_15
VELOX_HOME=""
RUN_SETUP_SCRIPT=ON
VELOX_ENHANCED_REPO=https://github.com/IBM/velox.git
-VELOX_ENHANCED_BRANCH=ibm-2025_10_14
+VELOX_ENHANCED_BRANCH=ibm-2025_10_15
ENABLE_ENHANCED_FEATURES=OFF
# Developer use only for testing Velox PR.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]