esavier opened a new pull request, #9424: URL: https://github.com/apache/arrow-rs/pull/9424
Without this disambiguation the library can not be correctly built in some cases. # Which issue does this PR close? fixes #8221 - Closes #NNN. # Rationale for this change it blocks users from building # What changes are included in this PR? get_date_time_part_extract_fn() forced DatePart::Quarter to return Datelike::quarter(). Previously it was not specified. Before it worked since chrono did not exported quarter function. # Are these changes tested? full testing suite is not failing. No new tests are needed in my opinion. No, users should not be affected. # Are there any user-facing changes? No, users should not be affected. -- 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]
