phillipleblanc opened a new pull request, #7074:
URL: https://github.com/apache/arrow-rs/pull/7074
# Which issue does this PR close?
Closes #7073
# Rationale for this change
Support for casting large dates from string to Date32.
# What changes are included in this PR?
Extend the `parse_date` method, which is used in the `impl Parser for
Date32Type`, to handle dates which are prefixed with `+` or `-`. If the date is
not prefixed with `+` or `-`, the existing logic is used unmodified.
This code isn't as optimized as the code for processing more common date
formats - but given that these extended dates are relatively rare in practice,
I don't think it matters all that much.
# Are there any user-facing changes?
Aside from the desired fix, no.
--
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]