rshkv commented on code in PR #846: URL: https://github.com/apache/iceberg-rust/pull/846#discussion_r1900849080
########## crates/iceberg/src/lib.rs: ########## @@ -73,7 +73,7 @@ mod avro; pub mod io; pub mod spec; -pub mod metadata_scan; +pub mod metadata_table; Review Comment: Follow-up to this comment: https://github.com/apache/iceberg-rust/pull/822#discussion_r1899617626 Don't need to do in this PR. Up to you. -- 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]
