xanderbailey commented on PR #2453: URL: https://github.com/apache/iceberg-rust/pull/2453#issuecomment-4506661099
Thanks for the review @blackmwk. I've introduced the `ManifestListLoader` [a3f165e](https://github.com/apache/iceberg-rust/pull/2453/commits/a3f165e30218d9ca061f59bb1c2737adcefb22f8) and made `load_manifest_list` pub crate. Note that the original `load_manifest_list` is still used directly by the object cache and in the catalog utils, I think both of these make sense to leave? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
