From 3941a2d1d02864c6d3992c2c6e2b0563912cb058 Mon Sep 17 00:00:00 2001 From: Gluten Performance Bot <137994563+GlutenPerfBot@users.noreply.github.com> Date: Mon, 18 Nov 2024 07:25:05 +0800 Subject: [PATCH] [GLUTEN-6887][VL] Daily Update Velox Version (2024_11_17) (#7961) Upstream Velox's New Commits: d1ce7195b by duanmeng, Init filesystem after registered in query replyaer (11559) 90bbdaae6 by Yenda Li, fix(replace_first): Fix up registration of replace_first (11556) 00e814941 by Pramod, Add function serializeSingleColumn to PrestoVectorSerde (10657) 3265e791c by Jialiang Tan, refactor(arbitrator): Simplify arbitration participant lock (11525) 1029d8b35 by Heidi Han, Add support for array join on json (11446) 0a422f738 by Jimmy Lu, fix: Remove same page hack for simdStrstr (11553) 31ae379d4 by David Reveman, Breeze fixes (11537) c21020c5a by yingsu00, fix: ExchangeBenchmark "Named vector serde 'Presto' is not registered" (11548) --- 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 02656d45e3cb..0a1f168db7b5 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_11_16 +VELOX_BRANCH=2024_11_17 VELOX_HOME="" OS=`uname -s`