This is an automated email from the ASF dual-hosted git repository.
chengchengjin 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 7faef78b09 [GLUTEN-6887][VL] Daily Update Velox Version
(dft-2026_01_05) (#11356)
7faef78b09 is described below
commit 7faef78b09933558d99d194fae3d0e13b2d48658
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Tue Jan 6 05:29:05 2026 +0000
[GLUTEN-6887][VL] Daily Update Velox Version (dft-2026_01_05) (#11356)
Upstream Velox's New Commits:
62fc98c74 by Xiaoxuan Meng, fix: Set wrapped values on overflow/underflow
in index bound encoding (#15890)
91c426320 by Xiaoxuan Meng, fix: Correct string key increment/decrement for
index bounds (#15889)
36d59fd4f by Xiaoxuan Meng, feat: Add runtime stats in RowReader for the
filter to index conversion plus minor code improvements (#15885)
f7605d39e by Gourav Roy, Fix minor typo in index join test base (#15883)
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 5007022730..f622391fc1 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_02
-VELOX_ENHANCED_BRANCH=ibm-2026_01_02
+VELOX_BRANCH=dft-2026_01_05
+VELOX_ENHANCED_BRANCH=ibm-2026_01_05
VELOX_HOME=""
RUN_SETUP_SCRIPT=ON
ENABLE_ENHANCED_FEATURES=OFF
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]