sdd opened a new issue, #298: URL: https://github.com/apache/iceberg-rust/issues/298
A few of the source files within iceberg-rust are getting very large (especially `manifest.rs`, `manifest_list.rs`, `schema.rs`, and `table_metadata.rs`. Maybe it's just my taste but I find it painful to navigate when they get much over 1000 lines. How would people feel about some PRs to turn these into module folders with nested files so that things like the serde code, builders, visitors etc can live in separate files in each subfolder, keeping the main `mod.rs` file focussed on the core type definitions & logic? -- 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.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