tobixdev commented on PR #21291: URL: https://github.com/apache/datafusion/pull/21291#issuecomment-4245535986
Me too! From what I can gather by quickly looking at the arrow-rs we would need a way of customizing the CSV writer. As it already seems to use `ArrayFormatter`, maybe something like a `HashMap<FieldName, ArrayFormatter>` could also address that. Similar to https://github.com/apache/arrow-rs/pull/8829 for the pretty-printing changes. You beat me to an answer ;) I'll just leave it here. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
