JayjeetAtGithub commented on issue #3483:
URL: https://github.com/apache/arrow-rs/issues/3483#issuecomment-1376649197

   @alamb @tustvold Continuing the discussion from apache/arrow-rs#3417, 
currently the `arrow-csv` writer allows users to pass custom datetime formats 
besides the defaults. By using `array_value_to_string`, we would enforce the 
format and disable the customization. Otherwise, if we still want 
customization, we can keep both, where we basically fallback to using 
`array_value_to_string` when no custom format is supplied by the user. Looking 
forward to hearing your thoughts on this. Thanks.


-- 
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]

Reply via email to