tanmayrauth opened a new pull request, #916: URL: https://github.com/apache/iceberg-go/pull/916
Add optional BulkRemovableIO and ListableIO interfaces to io/io.go so orphan cleanup and snapshot expiration can batch file deletions on cloud object stores instead of one-at-a-time Remove calls. Replace unsafe reflection hack in walkDirectory with ListableIO interface check. Existing behavior is unchanged for IO implementations that do not support bulk delete. -- 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]
