liurenjie1024 commented on code in PR #797: URL: https://github.com/apache/iceberg-rust/pull/797#discussion_r1899954979
########## crates/iceberg/src/spec/manifest.rs: ########## @@ -1189,6 +1211,47 @@ impl DataFile { self.sort_order_id } } + +/// Convert data files to avro bytes. +pub fn data_files_to_avro( Review Comment: I think it's find to store `AvroWriter`, but I don't get why we need to store data files in `DataFileWriter`? -- 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