gruuya opened a new pull request, #5282:
URL: https://github.com/apache/arrow-rs/pull/5282
This now includes the timestamp format besides the plain date format.
# Which issue does this PR close?
Closes #5280.
# Rationale for this change
PG supports casting a valid timestamp string into a date (by throwing away
the time part).
# What changes are included in this PR?
Fallback to parsing a datetime if the string length is too long for just a
date.
# Are there any user-facing changes?
None, except additional format support when casting to Date32.
--
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]