From 8d10f69edf3803ecbddadd561a3a325cdb7d5d5c Mon Sep 17 00:00:00 2001 From: glutenperfbot Date: Mon, 13 Jan 2025 22:01:32 +0000 Subject: [PATCH] [GLUTEN-6887][VL] Daily Update Velox Version (2025_01_14) 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 06ce5b96068c..b3fa3ed5d3aa 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=2025_01_12 +VELOX_BRANCH=2025_01_14 VELOX_HOME="" OS=`uname -s`