vlushn opened a new issue #937:
URL: https://github.com/apache/arrow-rs/issues/937


   The `Seek` trait bound on `arrow::file::writer::ParquetWriter` prevents 
streaming parquet directly over a messaging bus. In the implementation, it 
seems to be used mainly for writing metadata about the size of the data body 
and the footer: 
https://github.com/apache/arrow-rs/blob/master/parquet/src/file/writer.rs#L196 
   
   It looks like the trait bound can be removed if the information on the 
number of bytes written is kept track of.


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


Reply via email to