You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/07/03 13:44:07 UTC

[GitHub] [arrow-rs] joshuataylor opened a new issue #520: into_inner() for CSV Writer

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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org