xanderbailey commented on code in PR #2568:
URL: https://github.com/apache/iceberg-rust/pull/2568#discussion_r3348135667
##########
crates/iceberg/src/spec/manifest/writer.rs:
##########
@@ -52,14 +53,16 @@ pub struct ManifestWriterBuilder {
impl ManifestWriterBuilder {
/// Create a new builder.
pub fn new(
- output: OutputFile,
+ writer: Box<dyn FileWrite>,
Review Comment:
I tried it with the pinned future and added a new constructor, let me know
what you think
--
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]