tustvold commented on code in PR #3361:
URL: https://github.com/apache/arrow-rs/pull/3361#discussion_r1051680994
##########
parquet/src/file/writer.rs:
##########
@@ -45,16 +45,17 @@ use crate::schema::types::{
/// A wrapper around a [`Write`] that keeps track of the number
/// of bytes that have been written
-pub struct TrackedWrite<W> {
- inner: W,
+pub struct TrackedWrite<W: Write> {
Review Comment:
Perhaps we could also update the doc comment to mention the addition of a
BufWriter
--
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]