This is an automated email from the ASF dual-hosted git repository.
felixybw 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 79eca02652 [GLUTEN-6887][VL] Daily Update Velox Version
(dft-2026_01_22) (#11467)
79eca02652 is described below
commit 79eca02652824216ec83b72a0ecc44443570eb89
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Thu Jan 22 19:39:50 2026 +0000
[GLUTEN-6887][VL] Daily Update Velox Version (dft-2026_01_22) (#11467)
Upstream Velox's New Commits:
12f04b45f by Xiaoxuan Meng, feat: Set index setting in RowReaderOptions
(#16089)
876a83780 by Kevin Wilfong, refactor: Modify aggregates under prestosql to
take the name as part of registration (#16016)
4cf27572a by Pedro Eugenio Rocha Pedreira, refactor(trace): Rename
TraceConfig to TraceCtx (#16083)
ac20fbc0d by loushang.ls, feat: Support general spill mechanism for
distinct aggregation (#15876)
6faeda399 by Natasha Sehgal, fix: Make HLL bucket check VELOX_USER_ERROR
(#16045)
a3c52a57d by Peter Enescu, fix(nimble): Preserve MAP spec in flat map
column readers (#15803)
7b10ae2ec by Natasha Sehgal, fix: Use SetUpTestSuite for initialization in
KHyperLogLogTest (#16076)
9ae9e825a by Ke Wang, feat: Add asyc cache numShards option (#16079)
881d3b2c5 by Madhurendra Purbay, fix: Make RowType::hashKind() thread-safe
on AArch64 (#15652)
d4a9f8792 by Pedro Eugenio Rocha Pedreira, refactor(trace): Make tracing
extensible (#16074)
e18182226 by beliefer, refactor: Replace begin/end with cbegin/cend in
calls to erase (#16023)
06770035f by lingbin, refactor: Rename member variable to follow coding
style (#15901)
5f5e9e997 by Christian Zentgraf, fix(ci): Get changes for scheduled run
(#15896)
e9248fca5 by Jacob Khaliqi, docs: Add docs for numeric_histogram (#15960)
d5995495d by Ping Liu, feat: Support TIME type in VectorFuzzer (#15017)
3e2ca9c1f by Masha Basmanova, feat: Add coercion from DATE() to TIMESTAMP()
(#16068)
a6a453dba by Kevin Wilfong, fix: Reduce dependencies on Parquet in Iceberg
connector (#16042)
53bdb4b38 by lingbin, perf: Optimize stats collection in
ExchangeClient::collectStatsLocked() (#15894)
bd212542e by Ping Liu, fix: Pre-commit regex error on python14 (#15893)
1211e66ef by Devavret Makkar, fix(cudf): Fix empty vector handling in
FilterProject and HashAggregation (#15539)
a6ca76f67 by Deepak Majeti, fix(cudf): Support s3a prefix in KvikIO path
(#15987)
1caa572b5 by Ping Liu, fix: Add TIME type support for DuckDbQueryRunner
(#15016)
c793d2765 by Natasha Sehgal, misc: Refactor HllAccumulator and KHLL to
functions/lib (#16044)
878b9f1b7 by Avinash Raj, fix(cudf): Update hash_with_seed test expected
values for cudf 26.02 (#16026)
40840506e by Daniel Bauer, feat(cudf): Add support for cudf::packed_table
into CudfVector (#15913)
075dedf12 by pilik, fix: Typo in Findlz4.cmake (#16046)
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 3ecf4cb789..fbc95ced83 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_20
-VELOX_ENHANCED_BRANCH=ibm-2026_01_20
+VELOX_BRANCH=dft-2026_01_22
+VELOX_ENHANCED_BRANCH=ibm-2026_01_22
VELOX_HOME=""
RUN_SETUP_SCRIPT=ON
ENABLE_ENHANCED_FEATURES=OFF
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]