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

   > @alamb @tustvold Continuing the discussion from 
https://github.com/apache/arrow-rs/pull/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.
   
   I opened #3514 where I removed datetime format customization support for now 
and use the format enforced by `array_value_to_string`.


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