liurenjie1024 opened a new issue, #1033: URL: https://github.com/apache/iceberg-rust/issues/1033
### Is your feature request related to a problem or challenge? In #960 , we introduce [another method](https://github.com/apache/iceberg-rust/blob/3f2e61e3de93941fff3127893297f446acf20d0e/crates/iceberg/src/writer/file_writer/parquet_writer.rs#L448) to convert `ParquetMetadata` to `DataFileBuilder`, which has a lot duplication with [this method](https://github.com/apache/iceberg-rust/blob/3f2e61e3de93941fff3127893297f446acf20d0e/crates/iceberg/src/writer/file_writer/parquet_writer.rs#L362). We should consolidate the two method, but it's block bye #1004 . ### Describe the solution you'd like We only need one of them, and delegate another to it. ### Willingness to contribute - [ ] I can contribute to this feature independently - [ ] I would be willing to contribute to this feature with guidance from the Iceberg Rust community - [ ] I cannot contribute to this feature at this time -- 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.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