From 1dabf593f831a601610e9f410e7b5a5a7e618657 Mon Sep 17 00:00:00 2001 From: Gluten Performance Bot <137994563+GlutenPerfBot@users.noreply.github.com> Date: Sat, 26 Oct 2024 09:39:04 +0800 Subject: [PATCH] [GLUTEN-6887][VL] Daily Update Velox Version (2024_10_26) (#7688) 817fa9047 by Deepak Majeti, Improve documentation for hive.gcs.endpoint (11289) 1d578fefc by JackyWoo, Fix GTest_SOURCE=BUNDLED not work (11215) 2e837a804 by Jialiang Tan, Propagate driver context in parallel join build (11329) c7fe8e77e by Deepak Majeti, Add monthly update template (11195) cd58af03f by Xiaoxuan Meng, Fix flaky allocationFromFreeReservedMemoryDuringGlobalArbitration (11346) --- 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 3886d6f2b72d..fe5c4081fda1 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_10_25 +VELOX_BRANCH=2024_10_26 VELOX_HOME="" OS=`uname -s`