DerGut commented on code in PR #1549: URL: https://github.com/apache/iceberg-rust/pull/1549#discussion_r2230468452
########## crates/iceberg/src/catalog/memory/namespace_state.rs: ########## @@ -296,4 +297,22 @@ impl NamespaceState { Some(metadata_location) => Ok(metadata_location), } } + + // Updates the metadata location of the given table or returns an error if it doesn't exist Review Comment: ```suggestion /// Updates the metadata location of the given table or returns an error if it doesn't exist ``` -- 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