[
https://issues.apache.org/jira/browse/FLINK-32397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17777601#comment-17777601
]
Timo Walther commented on FLINK-32397:
--------------------------------------
[~luoyuxia] sorry for the ping but I see this ALTER TABLE PARTITION thing for
the first time.
Maybe we should have added a FLIP for it because syntax like was never agreed
upon:
{code}
ALTER TABLE MyTable ADD PARTITION (p1=1,p2='a') with ('k1'='v1') PARTITION
(p1=1,p2='b') with ('k2'='v2');
{code}
Anyway is there a comma missing in the docs?
> Add doc for add/drop/show partition
> -----------------------------------
>
> Key: FLINK-32397
> URL: https://issues.apache.org/jira/browse/FLINK-32397
> Project: Flink
> Issue Type: Sub-task
> Components: Documentation
> Reporter: luoyuxia
> Assignee: Hang Ruan
> Priority: Major
> Labels: pull-request-available
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)