You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2019/06/14 23:33:01 UTC

[GitHub] [incubator-iceberg] rdblue opened a new pull request #218: Fix uncommitted file clean-up in transactions

rdblue opened a new pull request #218: Fix uncommitted file clean-up in transactions
URL: https://github.com/apache/incubator-iceberg/pull/218
 
 
   This adds a callback for deleting files to `SnapshotProducer` and uses that callback in `Transaction`
   to track deletes instead of running them. When a transaction is committed, the last set of deletes are run so that the actual deletes are for the last commit of each operation in the transaction.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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