PiotrSrebrny commented on issue #8534:
URL: https://github.com/apache/arrow-rs/issues/8534#issuecomment-3369878191

   By removing `BufWriter` from `TrackedWrite` we make it optional as the user 
may opt in to use it if the sink small write ops are expensive. The user may 
simply wrap its sink with `BufWriter` and use that in `ArrowWriter<W>`. In the 
cases where the sink is memory there is no need for the buffer. 


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