pick from master #40429 Co-authored-by: stephen <hello-stephen@qq.com>
This commit is contained in:
@ -51,7 +51,7 @@ if [[ -d "${CURDIR}/DSGen-software-code-3.2.0rc1" ]]; then
|
||||
elif [[ -f "${CURDIR}/TPC-DS_Tools_v3.2.0new.zip" ]]; then
|
||||
unzip TPC-DS_Tools_v3.2.0new.zip -d "${CURDIR}/"
|
||||
else
|
||||
wget "https://doris-build-1308700295.cos.ap-beijing.myqcloud.com/tools/TPC-DS_Tools_v3.2.0new.zip"
|
||||
wget "https://qa-build.oss-cn-beijing.aliyuncs.com/tools/TPC-DS_Tools_v3.2.0new.zip"
|
||||
unzip TPC-DS_Tools_v3.2.0new.zip -d "${CURDIR}/"
|
||||
fi
|
||||
|
||||
|
||||
@ -50,7 +50,7 @@ if [[ -d ${TPCH_DBGEN_DIR} ]]; then
|
||||
echo "Dir ${TPCH_DBGEN_DIR} already exists. No need to download."
|
||||
echo "If you want to download TPC-H_Tools_v3.0.0new again, please delete this dir first."
|
||||
else
|
||||
wget "https://doris-build-1308700295.cos.ap-beijing.myqcloud.com/tools/TPC-H_Tools_v3.0.0new.zip"
|
||||
wget "https://qa-build.oss-cn-beijing.aliyuncs.com/tools/TPC-H_Tools_v3.0.0new.zip"
|
||||
unzip TPC-H_Tools_v3.0.0new.zip -d "${CURDIR}/"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user