jonathanc-n commented on code in PR #1002:
URL: https://github.com/apache/iceberg-rust/pull/1002#discussion_r1968342633
##########
crates/catalog/memory/src/catalog.rs:
##########
@@ -53,6 +53,30 @@ impl MemoryCatalog {
warehouse_location,
}
}
+
+ fn new_metadata_location(&self, location: &str) -> String {
Review Comment:
This should include version increment, and be in the format as defined in
the [spec](https://iceberg.apache.org/spec/#metastore-tables).
--
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]