FredKhayat commented on issue #1200:
URL: 
https://github.com/apache/iceberg-python/issues/1200#issuecomment-3257213407

   One comment: it's important to not delete file that are too young, as 
specified in the equivalent Java implementation:
   
   > It is dangerous to remove orphan files with a retention interval shorter 
than the time expected for any write to complete because it might corrupt the 
table if in-progress files are considered orphaned and are deleted. The default 
interval is 3 days.
   
   See https://iceberg.apache.org/docs/1.5.1/maintenance/#delete-orphan-files


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