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

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


The following commit(s) were added to refs/heads/master by this push:
     new fcc63fd9499 [doc] fix the wrong link in the tpch document (#1486)
fcc63fd9499 is described below

commit fcc63fd9499023ca5ab77ce374f9392ec38f53f0
Author: tiger3q <lilibiao2...@126.com>
AuthorDate: Tue Dec 10 19:55:22 2024 +0800

    [doc] fix the wrong link in the tpch document (#1486)
    
    ## Versions
    
    - [x] dev
    - [x] 3.0
    - [x] 2.1
    - [x] 2.0
    
    ## Languages
    
    - [x] Chinese
    - [x] English
    
    ## Docs Checklist
    
    - [ ] Checked by AI
    - [ ] Test Cases Built
    
    Co-authored-by: lilibiao <li...@chinatelecom.cn>
---
 benchmark/tpch.md                | 2 +-
 common_docs_zh/benchmark/tpch.md | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/benchmark/tpch.md b/benchmark/tpch.md
index 171b195b780..1a7754520db 100644
--- a/benchmark/tpch.md
+++ b/benchmark/tpch.md
@@ -69,7 +69,7 @@ The TPCH 1000G data generated by the simulation of the entire 
test are respectiv
 
 ## 4. Test SQL
 
-TPCH 22 test query statements : 
[TPCH-Query-SQL](https://github.com/apache/doris/tree/master/tools/tpch-tools/queries/sf1000)
+TPCH 22 test query statements : 
[TPCH-Query-SQL](https://github.com/apache/doris/tree/master/tools/tpch-tools/queries)
 
 
 ## 5. Test Results
diff --git a/common_docs_zh/benchmark/tpch.md b/common_docs_zh/benchmark/tpch.md
index 022d3d5e276..0c8b31a4eaf 100644
--- a/common_docs_zh/benchmark/tpch.md
+++ b/common_docs_zh/benchmark/tpch.md
@@ -69,7 +69,7 @@ TPC-H 是一个决策支持基准(Decision Support Benchmark),它由一套
 
 ## 4. 测试 SQL
 
-TPCH 22 个测试查询语句: 
[TPCH-Query-SQL](https://github.com/apache/doris/tree/master/tools/tpch-tools/queries/sf1000)
+TPCH 22 个测试查询语句: 
[TPCH-Query-SQL](https://github.com/apache/doris/tree/master/tools/tpch-tools/queries)
 
 
 ## 5. 测试结果
@@ -202,7 +202,7 @@ sh bin/run-tpch-queries.sh -s 1000
 
 ### 7.6.2 单个 SQL 执行
 
-下面是测试时使用的 SQL 语句,你也可以从代码库里获取最新的 SQL。最新测试查询语句地址:[TPC-H 
测试查询语句](https://github.com/apache/doris/tree/master/tools/tpch-tools/queries/sf1000)
+下面是测试时使用的 SQL 语句,你也可以从代码库里获取最新的 SQL。最新测试查询语句地址:[TPC-H 
测试查询语句](https://github.com/apache/doris/tree/master/tools/tpch-tools/queries)
 
 ```sql
 --Q1


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

Reply via email to