From 1aaac527e084dd1353d994a2b76945831e00d8cd Mon Sep 17 00:00:00 2001 From: glutenperfbot Date: Wed, 28 Aug 2024 21:01:08 +0000 Subject: [PATCH] [GLUTEN-6887][VL] Daily Update Velox Version (2024_08_29) Signed-off-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 003a3790cedf..13a16fe9ca77 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_27 +VELOX_BRANCH=2024_08_29 VELOX_HOME="" OS=`uname -s`