nastra opened a new pull request, #15501: URL: https://github.com/apache/iceberg/pull/15501
Noticed that there are a few places that do the same pattern of deletes: 1) check if IO supports `SupportsBulkOperations` and use its deletion functionality 2) fall back to concurrent deletes using worker thread pool We already have defined the same functionality in `CatalogUtil`, so figured we can unify some of those places into calling the same functionality -- 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]
