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 26009c8ac4 [GLUTEN-6887][VL] Daily Update Velox Version
(dft-2026_01_08) (#11378)
26009c8ac4 is described below
commit 26009c8ac49858be3e9929d66f496471db22f7c9
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Thu Jan 8 17:19:06 2026 +0000
[GLUTEN-6887][VL] Daily Update Velox Version (dft-2026_01_08) (#11378)
Upstream Velox's New Commits:
011099ae3 by Nathan Phan, misc: Add microsecond option for timestamps in
presto serializer (#15904)
72140cc02 by Wei He, misc: Make buffer mode of LocalPartition use vector
pool (#15797)
5bae9a3ab by Peter Enescu, fix: Add explicit timezone adjustment for
LocalRunnerService (#15902)
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 30a5666140..4ec02d7691 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_07
-VELOX_ENHANCED_BRANCH=ibm-2026_01_07
+VELOX_BRANCH=dft-2026_01_08
+VELOX_ENHANCED_BRANCH=ibm-2026_01_08
VELOX_HOME=""
RUN_SETUP_SCRIPT=ON
ENABLE_ENHANCED_FEATURES=OFF
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]