morningman opened a new pull request #5252:
URL: https://github.com/apache/incubator-doris/pull/5252


   ## Proposed changes
   
   Support delete statement like:
   1. delete from table partitions(p1, p2) where xxx;  // apply to p1, p2
   2. delete from table where xxx;     // apply to all partitions
   
   Also remove code about the deprecated sync/async delete job.
   
   This CL changes FE meta version to 94
   
   ## Types of changes
   
   - [x] New feature (non-breaking change which adds functionality)
   - [x] Documentation Update (if none of the other choices apply)


----------------------------------------------------------------
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to