This is an automated email from the ASF dual-hosted git repository.
zhouyuan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gluten.git
The following commit(s) were added to refs/heads/main by this push:
new ce6e16fe8f [GLUTEN-6887][VL] Daily Update Velox Version
(dft-2026_05_29) (#12189)
ce6e16fe8f is described below
commit ce6e16fe8f37d97bdc1296eef222a5b97af8bd75
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Fri May 29 19:55:28 2026 +0100
[GLUTEN-6887][VL] Daily Update Velox Version (dft-2026_05_29) (#12189)
Upstream Velox's New Commits:
56aeca898 by Xiao Du, feat: Add PforEncoding (Patched FOR for data with
rare outliers) (#17622)
4d779dd53 by Rui Mo, feat: Add Arrow bridge support for `TimestampUtcType`
(#17116)
e026f6865 by Hongze Zhang, fix: Guard overflow access on
LongDecimalType::kMaxPrecision (#17594)
f5b14a94a by Masha Basmanova, misc: Add @PingLiuPing as code owner for
Parquet and Connectors (#17651)
dd3c27233 by Sungwoo Chang, feat: Add CustomMemoryResource and custom
memory extension framework (#17529)
1dd9012d7 by Ke Wang, refactor(velox): Move Lemire FastPFor bitpacking
library out of tests (#17639)
Signed-off-by: glutenperfbot <[email protected]>
Co-authored-by: glutenperfbot <[email protected]>
Co-authored-by: Yuan <[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 ae61e389ba..2d819f974b 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_05_28
-VELOX_ENHANCED_BRANCH=ibm-2026_05_28
+VELOX_BRANCH=dft-2026_05_29
+VELOX_ENHANCED_BRANCH=ibm-2026_05_29
VELOX_HOME=""
RUN_SETUP_SCRIPT=ON
ENABLE_ENHANCED_FEATURES=OFF
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]