DerGut opened a new pull request, #1405:
URL: https://github.com/apache/iceberg-rust/pull/1405

   This is a copy of https://github.com/apache/iceberg-rust/pull/1290. Reopened 
here for reference.
   
   ## Which issue does this PR close?
   Relates to https://github.com/apache/iceberg-rust/issues/700
   
   This is a first attempt at implementing the commit path for the 
`MemoryCatalog`. Happy about any feedback!
   
   ## What changes are included in this PR?
   
   This PR implements the `MemoryCatalog::update_table` method. It also adds a 
`MetadataLocation` struct to avoid some re-validations of the location format.
   I'm very open to removing the `MetadataLocation` or moving it's addition to 
a separate PR.
   
   ## Are these changes tested?
   
   So far, I've included unit tests to verify
   - whether a table update that was committed via the `MemoryCatalog` can be 
observed in the updated table
   - that in the case of two competing updates, the later commit fails if it 
has conflicting requirements
   - that an update fails if the table isn't known to the catalog
   - parsing logic of the `MetadataLocation`


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