You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/02/04 21:38:45 UTC

[GitHub] [arrow-rs] rjnanderson opened a new issue #1272: csv impl WriterBuilder has no with_datetime_format()

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-rs] nevi-me closed issue #1272: csv impl WriterBuilder has no with_datetime_format()

Posted by GitBox <gi...@apache.org>.
nevi-me closed issue #1272:
URL: https://github.com/apache/arrow-rs/issues/1272


   


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org