rjnanderson opened a new issue #1272:
URL: https://github.com/apache/arrow-rs/issues/1272


   **Describe the bug**
   Can't overwrite csv WriterBuilder's default datetime_format because 
***this*** is missing:
   
   impl WriterBuilder {
   . . .
       ***/// Set the CSV file's datetime format***
       ***pub fn with_datetime_format(mut self, format: String) -> Self {***
           ***self.datetime_format = Some(format);***
           ***self***
       ***}***
   . . .
   
   **Additional context**
   version 8.0.0
   


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