ZENOTME commented on code in PR #797: URL: https://github.com/apache/iceberg-rust/pull/797#discussion_r1900577097
########## crates/iceberg/src/spec/manifest.rs: ########## @@ -1237,7 +1237,7 @@ pub fn write_data_files_to_avro<W: Write>( } /// Parse data files from avro bytes. -pub fn parse_data_file_from_avro<R: Read>( +pub fn read_data_file_from_avro<R: Read>( Review Comment: Nice catch! I have rename it. -- 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