CTTY commented on code in PR #1549: URL: https://github.com/apache/iceberg-rust/pull/1549#discussion_r2229007891
########## crates/iceberg/src/catalog/utils.rs: ########## Review Comment: How about we only move the applications of `MetadataLocation` in catalogs other than `MemoryCatalog` to a different PR, and have `MemoryCatalog` switch to use `MetadataLocation` in this PR? Because we need to use `MetadataLocation::with_next_version` to bump metadata location version when updating a table, and it would require some cumbersome + temporary logic if without `MetadataLocation` -- 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]
