liurenjie1024 commented on code in PR #741: URL: https://github.com/apache/iceberg-rust/pull/741#discussion_r1875732199
########## crates/iceberg/src/writer/mod.rs: ########## @@ -83,7 +81,7 @@ pub trait IcebergWriter<I = DefaultInput, O = DefaultOutput>: Send + 'static { /// The current file status of iceberg writer. It implement for the writer which write a single /// file. -pub trait CurrentFileStatus { +pub trait CurrentWriterStatus { Review Comment: It would be better to split to another pr. -- 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