Skip to content

Commit

Permalink
[tools](tpch)fix invalid download url (apache#14329)
Browse files Browse the repository at this point in the history
  • Loading branch information
hello-stephen authored Nov 19, 2022
1 parent 1f2c06d commit 1482ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tpch-tools/bin/build-tpch-dbgen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.0 again, please delete this dir first."
else
wget "https://tools-chengdu.oss-cn-chengdu.aliyuncs.com/TPC-H_Tools_v3.0.0.zip"
wget "https://doris-build-1308700295.cos.ap-beijing.myqcloud.com/tools/TPC-H_Tools_v3.0.0.zip"
unzip TPC-H_Tools_v3.0.0.zip -d "${CURDIR}/"
fi

Expand Down

0 comments on commit 1482ab3

Please sign in to comment.