maxburke commented on pull request #7111: URL: https://github.com/apache/arrow/pull/7111#issuecomment-624407622
From the Rust docs on BufWriter: > It is critical to call flush before BufWriter<W> is dropped. Though dropping will attempt to flush the the contents of the buffer, any errors that happen in the process of dropping will be ignored. Calling flush ensures that the buffer is empty and thus dropping will not even attempt file operations. https://doc.rust-lang.org/std/io/struct.BufWriter.html ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
