This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 1482ab32b6 [tools](tpch)fix invalid download url (#14329)
1482ab32b6 is described below

commit 1482ab32b6283fa9872103b8405856e2cff4102a
Author: Dongyang Li <hello_step...@qq.com>
AuthorDate: Sat Nov 19 13:29:33 2022 +0800

    [tools](tpch)fix invalid download url (#14329)
---
 tools/tpch-tools/bin/build-tpch-dbgen.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/tpch-tools/bin/build-tpch-dbgen.sh 
b/tools/tpch-tools/bin/build-tpch-dbgen.sh
index c65ce1ca41..eab1b7d591 100755
--- a/tools/tpch-tools/bin/build-tpch-dbgen.sh
+++ b/tools/tpch-tools/bin/build-tpch-dbgen.sh
@@ -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
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to