You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by li...@apache.org on 2020/07/07 05:34:00 UTC

[incubator-doris] branch master updated: Correct typos (#4024)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d396408  Correct typos (#4024)
d396408 is described below

commit d3964088611ce31dff98b6ef2662a4821dad1987
Author: funyeah <19...@users.noreply.github.com>
AuthorDate: Tue Jul 7 13:33:46 2020 +0800

    Correct typos (#4024)
---
 docs/zh-CN/sql-reference/sql-statements/Data Definition/CREATE TABLE.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/zh-CN/sql-reference/sql-statements/Data Definition/CREATE TABLE.md b/docs/zh-CN/sql-reference/sql-statements/Data Definition/CREATE TABLE.md
index 69baa3e..e6b2318 100644
--- a/docs/zh-CN/sql-reference/sql-statements/Data Definition/CREATE TABLE.md	
+++ b/docs/zh-CN/sql-reference/sql-statements/Data Definition/CREATE TABLE.md	
@@ -169,7 +169,7 @@ under the License.
         `key_type(k1[,k2 ...])`
     说明:
         数据按照指定的key列进行排序,且根据不同的key_type具有不同特性。
-        key_type支持一下类型:
+        key_type支持以下类型:
                 AGGREGATE KEY:key列相同的记录,value列按照指定的聚合类型进行聚合,
                              适合报表、多维分析等业务场景。
                 UNIQUE KEY:key列相同的记录,value列按导入顺序进行覆盖,


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