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

   Split metadata tables into separate modules.
   
   Context for this is to address 
https://github.com/apache/iceberg-rust/pull/863#discussion_r1901533450 where 
the point was made that `metadata_scan.rs` will grow unwieldy if we shove all 
metadata table implementations in there. Especially as we're going to add extra 
utilities for those metadata tables.
   
   The structure in this PR is:
   ```
   inspect/
     metadata_table.rs: contains TableMetadata
     snapshots.rs: contains "snapshots" table
     manifests.rs: contains "manifests" table
   ```
   
   In the future this can expand as described in 
https://github.com/apache/iceberg-rust/pull/863#discussion_r1901741135.


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