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 2020/07/01 14:08:30 UTC

[GitHub] [incubator-doris] morningman commented on a change in pull request #3981: [Feature] Batch update partition's property in one command

morningman commented on a change in pull request #3981:
URL: https://github.com/apache/incubator-doris/pull/3981#discussion_r447611747



##########
File path: docs/zh-CN/sql-reference/sql-statements/Data Definition/ALTER TABLE.md
##########
@@ -64,7 +64,7 @@ under the License.
             
     3. 修改分区属性
         语法:
-            MODIFY PARTITION partition_name SET ("key" = "value", ...)
+            MODIFY PARTITION (p1[, p2, ...]) SET ("key" = "value", ...)

Review comment:
       保留 MODIFY PARTITION partition_name  这种写法




----------------------------------------------------------------
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