avantgardnerio opened a new pull request, #2031:
URL: https://github.com/apache/arrow-rs/pull/2031
Closes #527.
# Rationale for this change
Support for adding scalar intervals to scalar dates was added in datafusion,
but in order to support adding columns to columns, we need to move that logic
down into an arrow kernel.
# What changes are included in this PR?
- Support for adding interval types to date types
- A change to `add_dyn` to allow it to accept lambda functions with two
differing parameter types
# Are there any user-facing changes?
Adding intervals to dates should work now.
--
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]