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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org