Vallishp opened a new pull request, #42130:
URL: https://github.com/apache/doris/pull/42130

   follow up for 
   
   Issue Number: close #xxx
   
   if a insert overwrite happens to un-partitioned table, partition info needs 
to be kept inside the recycle bin. (without this tablets may leak)
   once the data kept in recycle bin, it can be recovered using below step.
   
   recover the partition to table as another partition in the table.
   create another temp user table , and select the recover partition info and 
insert to it.
   replace original user table from  temp user table. 
   drop user table force.
   
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

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

Reply via email to