ArnavBalyan opened a new pull request, #9139:
URL: https://github.com/apache/paimon/pull/9139

   ### Purpose
   - A self referencing replace table on an existing table fails the query and 
accidentally performs a data drop.
   - This is because Spark drops the table before evaluating the query. The 
query always fails while reading the deleted manifest leading to original table 
being lost permanently.
    - Add guard to ensure this operation does not happen for partitioned table 
rtas and we can avoid data loss.
   
   ### Tests
    - UT


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

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to