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 352aa9f10c [GLUTEN-6887][VL] Daily Update Velox Version
(dft-2025_12_18) (#11311)
352aa9f10c is described below
commit 352aa9f10c5b2045cd3dddb567e7618509588a27
Author: Rui Mo <[email protected]>
AuthorDate: Mon Dec 22 08:24:47 2025 +0800
[GLUTEN-6887][VL] Daily Update Velox Version (dft-2025_12_18) (#11311)
This PR only rebases the basic branch, and the enhanced branch needs to be
further rebased after the conflicts in IBM/velox#425 are solved.
Upstream Velox's New Commits:
e3e83289fc by Pedro Eugenio Rocha Pedreira, refactor(text-reader): String
usage cleanup (#15812)
385cb03cd4 by Masha Basmanova, perf: Avoid double lookup in maps in
SignatureBinder (#15804)
77852de815 by Masha Basmanova, fix: Do not bind UNKNOWN type to another
type (#15802)
c019fbd0bd by Pratik Pugalia, fix: Nanos validation in
Timestamp::tmToStringView (#15786)
e3bd98d381 by Masha Basmanova, feat: Add sanity checks for function
signatures with variable arity argument (#15800)
77eaed4e2a by Masha Basmanova, perf: Use boost::algorithm::iequals to
compare type names (#15801)
12e5c7b346 by Masha Basmanova, fix(cudf): Replace tryBindWithCoercions call
with tryBind (#15799)
0973497540 by MJ Deng, feat(function): Support 10 key-value pairs in Spark
map function (#15794)
6ced2785a1 by Rui Mo, misc: Allow registration of custom buffered input
(#15781)
3941045700 by Avinaash Gupta, misc: Revert usage of rowVectorToIOBufBatch
(batch serialization) in Remote function udf (#15796)
92779b3e0e by Xiao Du, misc: Add null checks for trace node lookups (#15795)
40285f4272 by Carl Shapiro, misc: Respect Linux cgroups restrictions when
sizing thread pools (#15719)
dbfe5e4a18 by Zhen Li, fix: Prevent integer overflow in PrefixSort memory
estimation (#15789)
1a6cbf69a2 by Abhinav Mukherjee, Fix map_except to handle null elements in
complex keys gracefully (#15775)
eec00ebc0a by Muhammad Haseeb, feat(cudf): Integrate the new cudf parquet
reader (#15482)
cb994015d1 by Matt Gara, fix: CMake CMP0002 issue due to velox_aggregates
defined in add_library twice (#15787)
ef67c24372 by Bikramjeet Vig, Fix string buffer ownership transfer in side
table reader (#15792)
bd0c7741a1 by Ping Liu, feat(parquet): Support write field_id to metadata
SchemaElement (#14741)
14a6921661 by James Gill, fix(geo): Fix correctness issue with spatial
joins on GeometryCollections (#15778)
velox_branch: https://github.com/IBM/velox/commits/dft-2025_12_18
Related issue: #6887
---
ep/build-velox/src/get-velox.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ep/build-velox/src/get-velox.sh b/ep/build-velox/src/get-velox.sh
index 1a54d73ca2..1488bcb908 100755
--- a/ep/build-velox/src/get-velox.sh
+++ b/ep/build-velox/src/get-velox.sh
@@ -18,7 +18,7 @@ set -exu
CURRENT_DIR=$(cd "$(dirname "$BASH_SOURCE")"; pwd)
VELOX_REPO=https://github.com/IBM/velox.git
-VELOX_BRANCH=dft-2025_12_17
+VELOX_BRANCH=dft-2025_12_18
VELOX_ENHANCED_BRANCH=ibm-2025_12_17
VELOX_HOME=""
RUN_SETUP_SCRIPT=ON
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]