alamb commented on issue #8640:
URL: 
https://github.com/apache/arrow-datafusion/issues/8640#issuecomment-1874183003

   I did some poking around, and while I actually think the relevant 
`timestamp_tz_format` field already exists in arrow:
   
https://github.com/apache/arrow-rs/blob/b2b4e7a44f814ac5f9d20886171ea20b2dd8a30f/arrow-csv/src/writer.rs#L128
   
   It doesn't seem to be able to be set it.
   
   So maybe the first thing to do is to figure out if that is an important 
setting to control for csv writing and if so, expose its configuration in 
arrow-rs.
   
   Then this  ticket would entail connecting it up to datafusion, similarly to 
how `date_format` and `time_format` are exposed: 
https://github.com/apache/arrow-datafusion/blob/bf0a39a791e7cd0e965abb8c87950cc4101149f7/datafusion/common/src/file_options/csv_writer.rs#L69C1-L74


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