You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2021/03/17 11:44:04 UTC

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #5529: [Feature] add list partition support

EmmyMiao87 commented on a change in pull request #5529:
URL: https://github.com/apache/incubator-doris/pull/5529#discussion_r595938868



##########
File path: docs/en/getting-started/data-partition.md
##########
@@ -86,6 +88,38 @@ PROPERTIES
     "storage_cooldown_time" = "2018-01-01 12:00:00"
 );
 
+
+-- List Partition
+
+CREATE TABLE IF NOT EXISTS example_db.expamle_list_tbl
+(
+    `user_id` LARGEINT NOT NULL COMMENT "用户id",

Review comment:
       Change it to English.

##########
File path: docs/zh-CN/administrator-guide/load-data/delete-manual.md
##########
@@ -66,7 +66,7 @@ DELETE FROM my_table PARTITION p1 WHERE k1 < 3 AND k2 = "abc";
 2. `Where`语句中的列只能是`key`列
 3.  当选定的`key`列不存在某个rollup表内时,无法进行delete
 4.  条件语句中各个条件只能是`and`关系,如希望达成`or`可将条件分别写入两个delete语句中
-5.  如果指定表为RANGE分区表,则必须指定 `PARTITION`。如果是单分区表,可以不指定。
+5.  如果指定表为RANGE或者LIST分区表,则必须指定 `PARTITION`。如果是单分区表,可以不指定。

Review comment:
       英文词的左右两边可以加上空格,这样好看一些




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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