ZENOTME commented on issue #34:
URL: https://github.com/apache/iceberg-rust/issues/34#issuecomment-1684883733

   Thanks for your suggestion! 
   
   > We should not handle them differently based on format. Maybe we can add a 
internal buffer inside avro writer so that it can accept the same writer as 
parquet writer does?
   
   Agree. We can use the internal buffer so that the avro writer can write into 
first. And then we can use the AsyncWriter to write via 
https://docs.rs/tokio/1.29.1/tokio/io/trait.AsyncWriteExt.html.


-- 
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]

Reply via email to