alamb opened a new pull request, #5792:
URL: https://github.com/apache/arrow-datafusion/pull/5792

   # Which issue does this PR close?
   
   Closes https://github.com/apache/arrow-datafusion/issues/5651
   
   # Rationale for this change
   
   See https://github.com/apache/arrow-datafusion/issues/5651 (basically I want 
to be able to interact with intervals like normal). Also related to 
https://github.com/apache/arrow-datafusion/pull/5764 from @berkaysynnada
   
   # What changes are included in this PR?
   1. Add basic support for `INTERVAL` SQL --> 
`DataType::Interval(MonthDayNano)` arrow type
   2. Add code to go to/from ScalarValue and Interval Arrays
   3. Basic tests
   
   # Are these changes tested?
   Yes
   
   # Are there any user-facing changes?
   
   Yes (you can now do `SELECT '1 day'::interval`) and it works!


-- 
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]

Reply via email to