DerGut commented on issue #1388: URL: https://github.com/apache/iceberg-rust/issues/1388#issuecomment-2972764436
I agree! I was considering to start with a new module `iceberg::catalog::metastore` that contains functions like ```rs pub async fn write_metadata(file_io: &FileIO, location: &str, metadata: &TableMetadata) -> Result<()> pub async fn read_metadata(file_io: &FileIO, location: &str) -> Result<TableMetadata> ``` but I like the idea of a metadata writer even better! -- 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