kevinjqliu commented on issue #1287: URL: https://github.com/apache/iceberg-python/issues/1287#issuecomment-2458722288
Thanks @Fokko didnt see that one, I'll close this issue when that PR is merged > It seems that the PR does a delete+append. If I understand correctly, this could lead to reading incomplete data: in case the delete snapshot is referenced during the read, the data for the overwritten partition(s) is missing. @koenvo I think the delete+append are done in the context of a transaction. When the transaction is committed, both are either registered together at the same time or rejected at the same time. -- 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