Drop Seek
requirement for ParquetWriter
#937
Labels
enhancement
Any new improvement worthy of a entry in the changelog
Seek
requirement for ParquetWriter
#937
The
Seek
trait bound onarrow::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#L196It looks like the trait bound can be removed if the information on the number of bytes written is kept track of.
The text was updated successfully, but these errors were encountered: