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 2022/01/04 18:49:08 UTC

[GitHub] [iceberg] RussellSpitzer commented on issue #3582: Delete File Performance in ExpireSnapshots and RemoveOrphans

RussellSpitzer commented on issue #3582:
URL: https://github.com/apache/iceberg/issues/3582#issuecomment-1005080618


   @szehon-ho This was added to the ExpireSnapshots procedure here https://github.com/apache/iceberg/blob/master/spark/v3.2/spark/src/main/java/org/apache/iceberg/spark/procedures/ExpireSnapshotsProcedure.java#L129-L137
   
   In the action it's always been possible by just passing through the Executor Service, for RemoveOrphans it doesn't exist (I don't think there is a api in the action for passing through another executor service) so I think there is work to do there


-- 
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-unsubscribe@iceberg.apache.org

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