From 05a21aac93b5f56bd45e6fdaaced071fceeb36aa Mon Sep 17 00:00:00 2001 From: zhli1142015 Date: Tue, 24 Dec 2024 15:11:40 +0800 Subject: [PATCH] test --- ep/build-velox/src/get_velox.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh index da7e1d233e19..29e9816dbd84 100755 --- a/ep/build-velox/src/get_velox.sh +++ b/ep/build-velox/src/get_velox.sh @@ -16,8 +16,8 @@ set -exu -VELOX_REPO=https://github.com/oap-project/velox.git -VELOX_BRANCH=2024_12_23 +VELOX_REPO=https://github.com/zhli1142015/velox.git +VELOX_BRANCH=test_add_from_json VELOX_HOME="" OS=`uname -s`