ZENOTME commented on code in PR #76: URL: https://github.com/apache/iceberg-rust/pull/76#discussion_r1356071291
########## crates/iceberg/src/spec/manifest_list.rs: ########## @@ -69,6 +73,25 @@ impl ManifestList { &self.entries } + /// Get the v1 schema of the manifest list entry. + pub(crate) fn v1_schema() -> Schema { Review Comment: Seems reasonable for me. And maybe we also can let v1_schema be construct statically. -- 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