Skip to content

Commit d569f38

Browse files
[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)
1 parent 8a256f0 commit d569f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ep/build-velox/src/get_velox.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
set -exu
1818

1919
VELOX_REPO=https://github.com/oap-project/velox.git
20-
VELOX_BRANCH=2024_12_20
20+
VELOX_BRANCH=2024_12_21
2121
VELOX_HOME=""
2222

2323
OS=`uname -s`

0 commit comments

Comments
 (0)