From d569f3816a4dcb99071c178461731204de36adbf Mon Sep 17 00:00:00 2001 From: Gluten Performance Bot <137994563+GlutenPerfBot@users.noreply.github.com> Date: Sat, 21 Dec 2024 22:19:38 +0800 Subject: [PATCH] [GLUTEN-6887][VL] Daily Update Velox Version (2024_12_21) (#8297) e9bb6c18d by Jialiang Tan, fix: Fix 0 reclaimable bytes handling in priority reclaiming (11925) 9265fbfd9 by Wei He, fix(fuzzer): Fix sanitize(type) in FuzzerUtil for IPPREFIX type (11846) c51998039 by Wei He, fix(fuzzer): Skip check of verified iterations in WindowFuzzer when verification is not enabled (11918) 0450c3975 by Xiaoxuan Meng, fix: Fix macos build failure (11921) f7931d2b3 by Kevin Wilfong, fix: Casting Varchar to Timestamp should handle offsets that are not recognized time zones (11849) 8dfd2e237 by Zac Wen, feat: Test restart in cache fuzzer (11866) 6779ae7f2 by Yenda Li, Add ip_prefix function [4/n] (11514) cded6c2aa by Xiaoxuan Meng, feat: Adds shuffle compression support (11914) 1bf58f4d2 by duanmeng, docs: Add query tracing blog (11865) 3810d264b by Wei He, feat(fuzzer): Add VectorFuzzer::randTypeByWidth() (11800) --- ep/build-velox/src/get_velox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh index 93b2fbbc3364..9a3db4cce5e9 100755 --- a/ep/build-velox/src/get_velox.sh +++ b/ep/build-velox/src/get_velox.sh @@ -17,7 +17,7 @@ set -exu VELOX_REPO=https://github.com/oap-project/velox.git -VELOX_BRANCH=2024_12_20 +VELOX_BRANCH=2024_12_21 VELOX_HOME="" OS=`uname -s`