Omega359 opened a new pull request, #8886:
URL: https://github.com/apache/arrow-datafusion/pull/8886

   ## Which issue does this PR close?
   
   Closes [5398].
   
   [5398]: https://github.com/apache/arrow-datafusion/issues/5398 
   
   ## Rationale for this change
   
   Adding flexibility for parsing timestamp strings
   
   ## What changes are included in this PR?
   
   Code, tests and user guide updates. 
   
   ## Are these changes tested?
   
   Tests were added and pass.
   
   ## Are there any user-facing changes?
   
   dataframe.to_timestamp(..) changed from ```to_timestamp(col("a"))``` to 
```to_timestamp(vec![col("a")])```
   
   <!--
   If there are any breaking changes to public APIs, please add the `api 
change` label.
   -->
   


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