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

   Thanks Ed for looking into it. Yes, the PR is not directly address this 
issue, but it provides you a tool to solve it. If I can disable the `BufWriter` 
in the `TrackedWrite` then after `ArrowWriter::flush` is called all data will 
be in the user provided buffer which I can flush.
   
   Your solution to add `flush_and_sync` solve my problem too. I just need it 
to be solved. I can create another PR that implements your solution.
   
   Just let me know how you want to solve it.
   


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