This is an automated email from the ASF dual-hosted git repository. diwu 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 6050ae7ae3f [typo][docs]fix get-starting doc err (#107) 6050ae7ae3f is described below commit 6050ae7ae3fe4eef382f5c31f172f091a8f18185 Author: zy-kkk <zhong...@qq.com> AuthorDate: Wed Sep 21 19:35:49 2022 +0800 [typo][docs]fix get-starting doc err (#107) * fix doc err --- docs/get-starting/get-starting.md | 2 +- .../Data-Definition-Statements/Create/CREATE-MATERIALIZED-VIEW.md | 2 +- .../Data-Definition-Statements/Create/CREATE-MATERIALIZED-VIEW.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/get-starting/get-starting.md b/docs/get-starting/get-starting.md index fe84d20bf00..221f7b88fbe 100644 --- a/docs/get-starting/get-starting.md +++ b/docs/get-starting/get-starting.md @@ -191,7 +191,7 @@ priority_networks=172.23.16.0/24 ``` -storage_root_path=/path/your/doris-meta +storage_root_path=/path/your/data_dir ``` >Notes. diff --git a/docs/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-MATERIALIZED-VIEW.md b/docs/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-MATERIALIZED-VIEW.md index 643638870fa..2c2a6036daf 100644 --- a/docs/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-MATERIALIZED-VIEW.md +++ b/docs/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-MATERIALIZED-VIEW.md @@ -113,7 +113,7 @@ duplicate key (k1,k2,k3,k4) distributed BY hash(k4) buckets 3 properties("replication_num" = "1"); ``` -attention:The partition and distributed columns must be key column in mv +attention:If the materialized view contains partitioned and distributed columns of the Base table, these columns must be used as key columns in the materialized view 1. Create a materialized view that contains only the columns of the original table (k1, k2) diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-MATERIALIZED-VIEW.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-MATERIALIZED-VIEW.md index 2b552930c7c..aa0ae7ed1f4 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-MATERIALIZED-VIEW.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-MATERIALIZED-VIEW.md @@ -113,7 +113,7 @@ duplicate key (k1,k2,k3,k4) distributed BY hash(k4) buckets 3 properties("replication_num" = "1"); ``` -注意:分区列和分桶列必须作为物化视图中的key列 +注意:如果物化视图包含了base表的分区列和分桶列,那么这些列必须作为物化视图中的key列 1. 创建一个仅包含原始表 (k1, k2)列的物化视图 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org