alamb opened a new pull request, #5806: URL: https://github.com/apache/arrow-datafusion/pull/5806
Draft until: - [ ] Get all tests passing - [ ] Debug why some intervals seem to be parsing incorrectly # Which issue does this PR close? Closes https://github.com/apache/arrow-datafusion/issues/5801 # Rationale for this change 1. To consistently support intervals we need to uniformly handle that type 2. @doki23 ported the interval parsing code uptream in https://github.com/apache/arrow-rs/pull/3762 so we should use that (in preparation of supporting intervals more fully in DataFusion) # What changes are included in this PR? 1. Remove datafusion special `parse_interval` function and use arrow kernel everyhere # Are these changes tested? yes, both existing and new tests # Are there any user-facing changes? More consistency with how `interval ` is handled -- 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]
