Dandandan commented on pull request #1342: URL: https://github.com/apache/arrow-rs/pull/1342#issuecomment-1046093457
> Hm, but what about this line > ```rust > let writer = builder.delimiter(delimiter).from_writer(writer); > ``` > If I understand correctly, `builder` here is from the `csv` crate, and it gets the delimiter configuration. Ah yeah, you are right 👍 missed that this was the `Writer` from the CSV crate. Maybe we could add a test for writing a csv with another separator? -- 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]
