ricardopereira33 opened a new pull request, #12670: URL: https://github.com/apache/iceberg/pull/12670
This PR changes the `remove-snapshots` operation to run in bulk instead of single operations on the Rest Catalog server. The remove-snapshots operation signature already accepts a list of snapshots IDs. However, each snapshot ID is stored in a dedicated `Metadata` object. This makes the operations not very efficient, causing performance issues, mentioned on: https://github.com/apache/iceberg/issues/12642. The PR changes: - Rename `MetadataUpdate` class `RemoveSnapshot` to `RemoveSnapshots`. - Compute the entire snapshots IDs list and store them on the `RemoveSnapshots` instead of an individual snapshot ID. -- 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-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org