morningman opened a new pull request #2828: [Temp Partition] Support add/drop/replace temp partitions URL: https://github.com/apache/incubator-doris/pull/2828 This CL implements 3 new operations: ``` ALTER TABLE tbl ADD TEMP PARTITION (p1, p2, ...); ALTER TABLE tbl DROP TEMP PARTITION (p1, p2, ...); ALTER TABLE tbl REPLACE TEMP PARTITION (p1, p2, ...); ``` Details can be found in document: `docs/documentation/cn/administrator-guide/alter-table/alter-table-temp-partition.md` I did not update the grammar manual of `alter-table.md`. This manual is too confusing and too big, I will reorganize this manual after. This is the first part to implement the "overwrite load" feature mentioned in issue #2663. I will implement the "load to temp partition" feature in next PR.
---------------------------------------------------------------- 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