This is an automated email from the ASF dual-hosted git repository.
jiafengzheng 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 8b8bc10891d 1
8b8bc10891d is described below
commit 8b8bc10891d7d153137e970531204b18219b50af
Author: jiafeng.zhang <[email protected]>
AuthorDate: Tue Nov 15 10:41:08 2022 +0800
1
---
.../sql-reference/Data-Definition-Statements/Create/CREATE-TABLE.md | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE.md
index a8660daff9d..1a9ce6eeb7b 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE.md
@@ -229,10 +229,9 @@ distribution_desc
* `distribution_desc`
- 定义数据分桶方式。
-
- 1) Hash 分桶 语法: `DISTRIBUTED BY HASH (k1[,k2 ...]) [BUCKETS num]` 说明: 使用指定的
key 列进行哈希分桶。
+ 定义数据分桶方式 :
+ 1. Hash 分桶 语法: `DISTRIBUTED BY HASH (k1[,k2 ...]) [BUCKETS num]` 说明: 使用指定的
key 列进行哈希分桶。
2. Random 分桶 语法: `DISTRIBUTED BY RANDOM [BUCKETS num]` 说明: 使用随机数进行分桶。
* `rollup_list`
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]