flyrain commented on PR #9141:
URL: https://github.com/apache/iceberg/pull/9141#issuecomment-1858649569

   Sorry for the delay. Here is what happened.
   1. s1 adds data file 1 in partition 1
   2. s2 adds data file 2 in partition 2
   3. s3 insert overwrite partition 2, which deletes data file 2 and create a 
new data file 3 in partition 2
   4. Expire-snapshot procedure deletes data file2 by metadata deleting.
   5. the changes table require data file2 to construct deleted rows, but 
failed to load it
   
   Should we keep the data file refered in the new snapshot in expire-snapshot 
action? cc @aokolnychyi @RussellSpitzer 


-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to