phillipleblanc commented on code in PR #1297: URL: https://github.com/apache/iceberg-rust/pull/1297#discussion_r2078747477
########## crates/catalog/memory/src/catalog.rs: ########## @@ -53,6 +53,19 @@ impl MemoryCatalog { warehouse_location, } } + + /// Register an existing table in the memory catalog. + pub async fn register_existing_table( Review Comment: I wasn't sure if it would be desirable to have this as a catalog trait or not. Its a bit of an advanced scenario, and I'm only using it for a test. I think it makes sense for the MemoryCatalog itself to have this as an escape hatch (i.e. for testing), but less so for other catalog providers. -- 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