From b0e2ff02d026fdcbdd532662a4d050c2bf015243 Mon Sep 17 00:00:00 2001 From: glutenperfbot Date: Wed, 4 Dec 2024 22:00:35 +0000 Subject: [PATCH] [GLUTEN-6887][VL] Daily Update Velox Version (2024_12_05) 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 962a3b415bd4..5cd5716f79ed 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_12_04 +VELOX_BRANCH=2024_12_05 VELOX_HOME="" OS=`uname -s`