gruuya opened a new pull request, #3752:
URL: https://github.com/apache/arrow-rs/pull/3752

   # Which issue does this PR close?
   
   Closes #3751.
   
   # Rationale for this change
    
   Enable casting strings to timestamps with microsecond resolution.
   
   # What changes are included in this PR?
   
   Implement conversion of `Utf8`/`LargeUtf8` timestamp strings to 
`Timestamp(TimeUnit::Microsecond, _)` by making `cast_string_to_timestamp` 
generic.
   
   # Are there any user-facing changes?
   
   No more casting errors for the said type pairs.


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