From af567e86126887d3e13c94e57df55bbdfb3858bb Mon Sep 17 00:00:00 2001 From: Gluten Performance Bot <137994563+GlutenPerfBot@users.noreply.github.com> Date: Thu, 22 Aug 2024 16:21:42 +0800 Subject: [PATCH] [GLUTEN-6887][VL] Daily Update Velox Version (2024_08_22) (#6967) Upstream Velox's New Commits: 8b75147a8 by Kevin Wilfong, Cache the hash map in SubscriptUtil if a single map is reused with complex keys (10414) f369a2653 by Chengcheng Jin, Fix spill time metric unit (10783) 74a318307 by hitarth, Handle array of map and array of array case accurately in parquet reader (9728) df771053f by Karthikeyan Natarajan, Add separate map for Custom Bridges (10626) 55107b6f7 by duanmeng, Add Query Trace Writers and Readers (10774) 46ba09580 by Jialiang Tan, Add shrink target adjustment mechanism in memory arbitration (10769) 94c6a51b5 by Krishna Pai, Fix Spark build. (10790) 08dd2d486 by Urvish Desai, Add near zero-copy Import & Export for Arrow BinaryView/Utf8View formats (9726) 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 f308eff215bd..0d7ee5f3539c 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_21 +VELOX_BRANCH=2024_08_22 VELOX_HOME="" OS=`uname -s`