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 81b859a57d [GLUTEN-6887][VL] Daily Update Velox Version 
(dft-2026_02_23) (#11640)
81b859a57d is described below

commit 81b859a57d48070d88e9b7dd5417667d9575ace9
Author: Gluten Performance Bot 
<[email protected]>
AuthorDate: Mon Feb 23 21:24:49 2026 +0000

    [GLUTEN-6887][VL] Daily Update Velox Version (dft-2026_02_23) (#11640)
    
    Upstream Velox's New Commits:
    4e7d8194f by Xiaoxuan Meng, refactor: Trivial cleanup in FieldReader, 
FieldWriter, StreamUtil (#16485)
    bae3f84b7 by Masha Basmanova, refactor: Add aggregate and window parsing 
APIs to SqlExpressionsParser (#16481)
    843a61ddf by Rohit Jain, refactor: Use OperatorType constants in test and 
benchmark files (#16450)
    a149f44f8 by Rohit Jain, refactor: Extract connector data source stat keys 
into constants (#16411)
    c575809d0 by Masha Basmanova, feat: Add window function result type 
resolution APIs (#16480)
    b9452d76d by Xiaoxuan Meng, Fix vector reuse corruption issues in dwio 
(#16471)
    3e31ae5d0 by duanmeng, fix: Fix linker errors in HiveIndexReader (#16478)
    ad9925511 by Shrinidhi Joshi, perf(operator): Fix dynamic_cast performance 
penalty in JsonCastOperator (#16459)
    3f86f022e by Natasha Sehgal, feat: Remove initialize() backward 
compatiblity in SimpleFunctionFramework (#16256)
    72ffdce98 by Yedidya Feldblum, prepare for folly::storeUnaligned to require 
an explicit type param (#16420)
    b6cce020d by Eric Jia, feat: Add BytesValues filter merging feature in 
makeOrFilter (#16447)
    fb7a48f52 by Jimmy Lu, perf(dwio): Improve rowLoop performance to recognize 
more dense cases (#16408)
    5c911cf8d by Zac Wen, feat: Add indexEnabled config property to HiveConfig 
(#16410)
    e9b0ac533 by Jiahao Liang, refactor: Make Writer Base Class state_ variable 
Automic (#16432)
    8adbc23a2 by Rohit Jain, refactor: Extract operator runtime stat keys into 
constants (#16421)
    175c49b33 by Suryadev Sahadevan Rajesh, feat(timer): Add macros in hardware 
timer utility for convenient code-path integration (#16395)
    25ee02c2b by Artem Selishchev, feat: Support move/swap sematics in 
StlAllocator (#16448)
    5aee9235f by Xiaoxuan Meng, refactor: Trivial code cleanup in Field reader 
(#16451)
    3113370ae by Masha Basmanova, docs: Update CODING_STYLE.md (#16441)
    40ff938e4 by Peter Enescu, refactor(LocalMerge): Preserve flatmap encoding 
copy during template output vector creation (#16007)
    652978640 by Xiao Du, perf: Rewrite sizeAlign to reduces instructions 
(#16446)
    4e7b440b1 by Kevin Wilfong, perf: Presto's ArbitraryAggregate could store 
the base Vector in place of the encoded Vector in clustered mode (#16430)
    4ce0b387d by Xiao Du, fix: Fix HashJoinTest.taskWaitTimeout flakness 
(#16443)
    521cb106e by Xiao Du, fix: Fix StreamArenaTest.randomRange flakiness 
(#16445)
    bfd85c777 by Jimmy Lu, fix: Extract SplitsStore::tryGetBarrier and use it 
to fix Meta internal SplitsStore subclass (#16442)
    f8d2f91b6 by Xiaoxuan Meng, refactor: Consolidate Driver barrier state into 
BarrierState struct (#16434)
    57406d93b by Xiaoxuan Meng, refactor: Add checked cast APIs and code 
cleanup (#16426)
    a175491a1 by Suryadev Sahadevan Rajesh, feat(timer): Timer utility (rtdsc 
based) implementation to support micro-benchmarking (#16367)
    5716ea842 by Pedro Eugenio Rocha Pedreira, feat(cursor): Support planId in 
moveStep() (#16397)
    cb3cf38e1 by Masha Basmanova, feat: Add isProbeOnlyJoin helper (#16412)
    23e050af9 by Rohit Jain, refactor: Extract operator type strings into 
constants (#16388)
    38cf71b9f by Jacob Khaliqi, docs: Add st_equals case for empty geometries 
(#15702)
    2a81516b8 by Jimmy Lu, perf: Avoid raw_vector iota allocation in more cases 
(#16409)
    6a7a6990c by Jacob Khaliqi, docs: Add docs for murmur3_x64_128 (#15951)
    dd768d959 by Lingkai Dong, perf: Optimize toBitMask() and VectorHasher for 
Arm NEON (#15727)
    04c6226cf by Xiaoxuan Meng, feat: Make barrier processing thread-safe under 
multithread execution mode (#16401)
    43b264d8d by duanmeng, feat: Support barrier for Mutli-threading execution 
mode for streaming use case (#16251)
    4a4d68240 by Richard Barnes, Remove unused-but-set variables in 
arvr/libraries/gravity/execution/harness/container/scheduler.cpp +1
    df267fe73 by Xiaoxuan Meng, feat: Resubmit add max scan rows limit for 
index lookup (#16400)
    7e4318408 by Huameng (Michael) Jiang, projectColumns to preserve top level 
nulls (#16382)
    c1b49792d by Pratik Walawalkar, Revert D93313029: feat: Add max scan rows 
limit for index lookup
    93bb37f55 by Xiaoxuan Meng, feat: Add max scan rows limit for index lookup 
(#16398)
    04caee751 by Pratik Joseph Dabre, feat: Add key_sampling_percent scalar 
function (#16113)
    37cd85f6a by Kent Yao, feat: Support RESPECT NULLS for Spark collect_list 
aggregate function (#16328)
    cd1bd39ae by Peter Enescu, fix: Allow FlatMapVector to generate nested flat 
map values (#16390)
    932871f9f by Peter Enescu, feat: Add BaseVector::createLike to support 
empty vector creating matching source vector (#16243)
    47a355608 by Madhurendra Purbay, fix(dwio): Decode string dictionary values 
before invoking hooks (#16293)
    d9ade6a41 by lingbin, refactor: Remove redundant tryMapToRange<StringView> 
declaration (#16385)
    1aee3b4ce by Muhammad Haseeb, feat(cudf): Update hybrid scan usage (#16226)
    9cb3cd1e9 by Ping Liu, fix: Iceberg commit message when writer rotated 
(#16365)
    44e10f450 by Xiaoxuan Meng, feat: Support stripe level batched index read 
(#16360)
    
    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 c395089c72..4529359262 100755
--- a/ep/build-velox/src/get-velox.sh
+++ b/ep/build-velox/src/get-velox.sh
@@ -18,8 +18,8 @@ set -exu
 
 CURRENT_DIR=$(cd "$(dirname "$BASH_SOURCE")"; pwd)
 VELOX_REPO=https://github.com/IBM/velox.git
-VELOX_BRANCH=dft-2026_02_17
-VELOX_ENHANCED_BRANCH=ibm-2026_02_17
+VELOX_BRANCH=dft-2026_02_23
+VELOX_ENHANCED_BRANCH=ibm-2026_02_23
 VELOX_HOME=""
 RUN_SETUP_SCRIPT=ON
 ENABLE_ENHANCED_FEATURES=OFF


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to