kbendick opened a new pull request #4008: URL: https://github.com/apache/iceberg/pull/4008
This closes https://github.com/apache/iceberg/issues/4007 As of Iceberg 0.13.0, the Spark stored procedures `expire_snapshots` and `remove_orphan_files` have an added parameter, `max_concurrent_deletes`, which indicates the size of the thread pool / executor service that should be instantiated to remove the relevant files in parallel. Without this parameter, no separate thread pool is instantiated and the files are deleted sequentially in the current thread which can be slow. -- 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]
