imay commented on issue #2663: [Proposal] Support partition overwrite operation URL: https://github.com/apache/incubator-doris/issues/2663#issuecomment-584163927 > If so, we also need to be able to specify the name of corresponding formal partition for the temporary partition in the statement. This makes the statement more complicated. In the statement the replaced partition is already specified. ``` ALTER TABLE tbl REPLACE PARTITION (p1, p2) WITH TEMPORARY PARTITION (tp1, tp2, tp3); ``` We must keep the range of partition p1 p2 is the same with the range of partition tp1, tp2 and tp3.
---------------------------------------------------------------- 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 With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org