This is an automated email from the ASF dual-hosted git repository.
luzhijing 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 16c4e42f42 [typo](doc) 字段描述与建表sql中的不一致 (#16270)
16c4e42f42 is described below
commit 16c4e42f42ab7829dfded1fea37848943c93ec9c
Author: UnicornLee <[email protected]>
AuthorDate: Tue Feb 21 23:00:26 2023 +0800
[typo](doc) 字段描述与建表sql中的不一致 (#16270)
* 字段描述与建表sql中的不一致
* 1. 英文文档将`key_desc`改为`keys_type`。
* 1. 英文文档将`partition_desc`改为`partition_info`。
---------
Co-authored-by: [email protected] <lxb@201092104>
---
.../sql-reference/Data-Definition-Statements/Create/CREATE-TABLE.md | 4 ++--
.../sql-reference/Data-Definition-Statements/Create/CREATE-TABLE.md | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git
a/docs/en/docs/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE.md
b/docs/en/docs/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE.md
index 6408b83b4a..535c67d452 100644
---
a/docs/en/docs/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE.md
+++
b/docs/en/docs/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE.md
@@ -174,7 +174,7 @@ distribution_desc
`ENGINE=olap`
-* `key_desc`
+* `keys_type`
Data model.
@@ -202,7 +202,7 @@ distribution_desc
COMMENT "This is my first DORIS table"
```
-* `partition_desc`
+* `partition_info`
Partition information supports three writing methods:
diff --git
a/docs/zh-CN/docs/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE.md
b/docs/zh-CN/docs/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE.md
index f815f348fa..4fab5b3209 100644
---
a/docs/zh-CN/docs/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE.md
+++
b/docs/zh-CN/docs/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE.md
@@ -175,7 +175,7 @@ distribution_desc
`ENGINE=olap`
-* `key_desc`
+* `keys_type`
数据模型。
@@ -203,7 +203,7 @@ distribution_desc
COMMENT "This is my first DORIS table"
```
-* `partition_desc`
+* `partition_info`
分区信息,支持三种写法:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]