This is an automated email from the ASF dual-hosted git repository. gabriellee 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 68eaba7220f [DOC](fix) fix hyperlink to create tpch table (#25561) 68eaba7220f is described below commit 68eaba7220f904d0349aed4e347793228f2d3685 Author: XueYuhai <382297...@qq.com> AuthorDate: Thu Oct 19 03:22:50 2023 -0500 [DOC](fix) fix hyperlink to create tpch table (#25561) --- docs/zh-CN/docs/benchmark/tpch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh-CN/docs/benchmark/tpch.md b/docs/zh-CN/docs/benchmark/tpch.md index 9ebc3c3bc3f..8cfc437083d 100644 --- a/docs/zh-CN/docs/benchmark/tpch.md +++ b/docs/zh-CN/docs/benchmark/tpch.md @@ -186,7 +186,7 @@ export DB='tpch1' ```shell sh create-tpch-tables.sh ``` -或者复制 [create-tpch-tables.sql](https://github.com/apache/doris/tree/master/tools/tpch-tools/ddl/create-tpch-tables.sql) 中的建表语句,在 Doris 中执行。 +或者复制 [create-tpch-tables.sql](https://github.com/apache/doris/blob/master/tools/tpch-tools/ddl/create-tpch-tables-sf100.sql) 中的建表语句,在 Doris 中执行。 ### 7.4 导入数据 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org