From 09d0fafb3d9c8a34389044d3f054b787685ce227 Mon Sep 17 00:00:00 2001 From: Gluten Performance Bot <137994563+GlutenPerfBot@users.noreply.github.com> Date: Tue, 20 Aug 2024 09:01:39 +0800 Subject: [PATCH] [GLUTEN-6887][VL] Daily Update Velox Version (2024_08_20) (#6928) Velox changes ``` be529880b by Orri Erling, Wave Metrics (10679) 676b17019 by Hongze Zhang, Add gflag to allow growing buffers that were created in different task (10768) ``` 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 ba967e22f666..b3e556d63737 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_19 +VELOX_BRANCH=2024_08_20 VELOX_HOME="" OS=`uname -s`