joshuataylor opened a new issue #520: URL: https://github.com/apache/arrow-rs/issues/520
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** I would love an `into_inner()` for the CSV writer, this is what I have been using: ``` pub fn into_inner(self) -> W { self.writer.into_inner().unwrap() } ``` In the CSV Writer, and it has been working well for my project. It exists in the JSON Writer. **Describe the solution you'd like** Add the function to CSV writer. **Describe alternatives you've considered** Not sure how else I would access the writer, it exists in the JSON writer. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org