This is an automated email from the ASF dual-hosted git repository.
marong 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 3dacefe40c [GLUTEN-6887][VL] Daily Update Velox Version
(dft-2026_01_14) (#11408)
3dacefe40c is described below
commit 3dacefe40c5ccef645e68210cf681d4064912b6a
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Wed Jan 14 11:53:08 2026 +0000
[GLUTEN-6887][VL] Daily Update Velox Version (dft-2026_01_14) (#11408)
Upstream Velox's New Commits:
c27f86d93 by Natasha Sehgal, feat: Add SetDigest and KHLL type to Velox
documentation (#15785)
6157760e3 by Zoltan Arnold Nagy, feat(cudf): Add install_ucx helper (#15645)
bd7a4972c by Bradley Dice, build: Suppress deprecated GPU targets warning
for CUDA 12.8.x (#15939)
4e8c6713e by James Gill, feat(geo): Make ST_Centroid consistent with ISO
spec (#15985)
b9def1a25 by Xiao Du, feat: Add adaptive batch sizing with row size
estimate fallback in TableScan (#15892)
f032d5ca2 by Suryadev Sahadevan Rajesh, refactor: Cleanup unused headers in
hash table (#15956)
fac9fdaa0 by duanmeng, fix: Fix build (#15979)
5e16d12cd by Wei He, refactor: Minor refactoring of HashProbe and HashTable
(#15942)
73c013e10 by Ping Liu, fix: Linux folly::parseJson build issue (#15981)
863f19b22 by Natasha Sehgal, feat: Add KHyperLogLog Result Verifier and use
in khll_agg (#15651)
b5e875491 by Joy Haldar, feat: Add FNV hash functions (fnv1_32, fnv1_64,
fnv1a_32, fnv1a_64) (#15881)
2cf3756f8 by Bradley Dice, build(cudf): Update cudf dependency to 26.02
(#15937)
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 72c83a9a47..ec42642920 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_13
-VELOX_ENHANCED_BRANCH=ibm-2026_01_13
+VELOX_BRANCH=dft-2026_01_14
+VELOX_ENHANCED_BRANCH=ibm-2026_01_14
VELOX_HOME=""
RUN_SETUP_SCRIPT=ON
ENABLE_ENHANCED_FEATURES=OFF
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]