RussellSpitzer edited a comment 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 see 
https://github.com/apache/iceberg/blob/master/spark/v3.2/spark/src/main/java/org/apache/iceberg/spark/actions/BaseDeleteOrphanFilesSparkAction.java#L168-L172)
 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to