Skip to content

Commit

Permalink
[fix](tools) adjust download url (#40429) (#40445)
Browse files Browse the repository at this point in the history
pick from master #40429

Co-authored-by: stephen <[email protected]>
  • Loading branch information
hello-stephen and stephen authored Sep 5, 2024
1 parent 0928c9c commit 4eaf65d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/tpcds-tools/bin/build-tpcds-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
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.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

Expand Down

0 comments on commit 4eaf65d

Please sign in to comment.