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: 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

Reply via email to