From 9d805f36f94e9232fdf635e291add82a96f8dfbb Mon Sep 17 00:00:00 2001 From: Gluten Performance Bot <137994563+GlutenPerfBot@users.noreply.github.com> Date: Mon, 19 Aug 2024 14:17:29 +0800 Subject: [PATCH] [VL] Daily Update Velox Version (2024_08_19) (#6910) Velox Changes: ``` 54b16e041 by Ke Wang, Refactor WriterOptions processConfigs function (10762) 2b7f559a4 by Pedro Eugenio Rocha Pedreira, Fix std::shared_mutex missing includes (10772) 6b9806069 by xiaoxmeng, Fix flaky FileInputStreamTest.stats (10771) 7fd6273e5 by Chengcheng Jin, Move decimal-to-string API to DecimalUtil (10477) d23dde5aa by Wei He, Avoid generating unsupported data types for JoinFuzzer with PQR (10662) d805d31a0 by Jialiang Tan, Apply grow target adjustment to reduce arbitration count (10170) e7ffae924 by xiaoxmeng, Remove byte input stream legacy code (10761) 44fb107d0 by Wei He, Use ASSERT_STREQ when comparing C-strings (10759) c701f8308 by Satadru Pan, Match Velox hmac_sha/md5 functions behavior with Java on empty keys (10744) d08d69469 by xiaoxmeng, Some window operator code cleanup (10764) bc274f2a8 by Bikramjeet Vig, Ensure flattening an array or map does not result in an oversized values vector (10760) ``` Signed-off-by: glutenperfbot Co-authored-by: glutenperfbot --- 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 f857ceada653..ba967e22f666 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_08_16 +VELOX_BRANCH=2024_08_19 VELOX_HOME="" OS=`uname -s`