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 2020/08/14 18:19:13 UTC

[GitHub] [iceberg] RussellSpitzer opened a new pull request #1343: Removes Caching from ExpireSnapshotAction

RussellSpitzer opened a new pull request #1343:
URL: https://github.com/apache/iceberg/pull/1343


   
       Instead of using a cache to preserve the state from before the
       expireSnapshots command, we preserve the table metadata via a
       StaticTable reference. This reference doesn't change when the
       Snapshosts are expired and allows us to look up all the files
       referenced by the prior version of the table without holding
       everything in memory.
   
   Requires  #1342
   


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



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


[GitHub] [iceberg] RussellSpitzer closed pull request #1343: Removes Caching from ExpireSnapshotAction

Posted by GitBox <gi...@apache.org>.
RussellSpitzer closed pull request #1343:
URL: https://github.com/apache/iceberg/pull/1343


   


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



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