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 8a163fe419 [GLUTEN-6887][VL] Daily Update Velox Version
(dft-2026_01_30) (#11529)
8a163fe419 is described below
commit 8a163fe4192e9fd498a104f16a40ed389089520b
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Tue Feb 3 11:43:18 2026 +0000
[GLUTEN-6887][VL] Daily Update Velox Version (dft-2026_01_30) (#11529)
Upstream Velox's New Commits:
9f329bdd7 by Junjie Wang, perf: Avoid allocating memory for lookup and
output vectors in IndexLookupJoin (#16155)
d7a2282fb by Avinaash Gupta, perf: Using Batch serialization in
RemoteFunction when preserveEncoding is true (#16139)
c643a78b6 by Eric Jia, fix: Add fail-fast validation for synthesized column
filters in HiveConnector (#16116)
27b3e068b by Pedro Eugenio Rocha Pedreira, refactor(cursor): Hide TaskQueue
implementation (#16173)
522813876 by Sergey Pershin, Add 'partitioned_output_eager_flush' to
QueryConfig. (#16169)
e56bee2d7 by Karthikeyan, fix(cudf): Update default host compiler for
adapters-cuda service to gcc-14 (#16151)
1979ab82b by Kent Yao, fix(macos): Install gflags and glog from source
instead of Homebrew (#16165)
db7a4026d by Pedro Eugenio Rocha Pedreira, refactor(cursor): Remove
hasNext() method (#16167)
ba98ecd49 by Peter Enescu, build: Shorten flat map encoded fuzzer test
iterations (#16157)
daf34fa89 by Masha Basmanova, fix: Coercion cost for UNKNOWN -> UNKNOWN
(#16166)
7edb58904 by lingbin, refactor: Use std::move for std::function in
PrestoSerializedPage ctor (#15755)
aa4627411 by Deepak Majeti, fix(cudf): Slow S3 IO performance (#16111)
7fe3cb77d by Zac Wen, feat: Consolidate equi-join keys into
EqualIndexLookupCondition (#16142)
4b567b47d by Jacob Khaliqi, docs: Add docs for scale_qdigest (#15958)
d73dfc212 by wecharyu, fix: Allow spaces inside json path brackets in Spark
get_json_object function (#15319)
801230567 by David Goode, perf(dwio): Single byte varint optimization
(#16097)
2e34b9d77 by mbkkt, fix: Enhance StringView by deleting implicit
conversions from nullptr and rvalue references (#16149)
46a3f65fe by Xiaoxuan Meng, fix: Fix the buffer input test failures in oss
debug mode (#16152)
9a10aaf05 by Masha Basmanova, feat: Check NLP join filter in
PlanConsistencyChecker (#16150)
66722e8b2 by Karthikeyan, fix(cudf): Fix precompile pool name in
CudfFilterProject.cpp (#16143)
ae3529537 by Junjie Wang, perf: Improve streamingAggregation
noGroupsSpanBatches on corner case (#16133)
02a434981 by Xiaoxuan Meng, feat: Support reset() for BufferedInput and
derived classes for hive index source (#16147)
b247722c1 by Pedro Eugenio Rocha Pedreira, feat(trace): Support custom
trace provider (#16096)
fb4391dbe by Ping Liu, feat: Support iceberg compatible min max stats
(#16060)
628063466 by Bradley Dice, build(cudf): Pin cuDF dependencies and add
script for updates (#15992)
98374dd83 by Ping Liu, fix(build): Remove velox_dwio_parquet_field_id from
Iceberg link library (#16106)
6b37e15a8 by Jacob Khaliqi, docs: Add docs for date_parse (#15952)
71b304ab3 by Chengcheng Jin, fix(cudf): Fix companion function kind added
result type (#16104)
15fe6a9df by mbkkt, perf: Make valueAt return `const StringView&` instead
of `const StringView` (#16132)
f53a123e2 by Shruti, feat(cuDF): Use cuDF index filtering API for filtered
joins (#16070)
1d4ca7f10 by Bradley Dice, build(cuda): Upgrade to CUDA 12.9 (#16131)
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 d2844351b7..8d658a83dd 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_01_27
-VELOX_ENHANCED_BRANCH=ibm-2026_01_27
+VELOX_BRANCH=dft-2026_01_30
+VELOX_ENHANCED_BRANCH=ibm-2026_01_30
VELOX_HOME=""
RUN_SETUP_SCRIPT=ON
ENABLE_ENHANCED_FEATURES=OFF
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]