You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "alamb (via GitHub)" <gi...@apache.org> on 2023/03/27 13:39:17 UTC

[GitHub] [arrow-rs] alamb opened a new issue, #3958: [Epic] A collection of issues related to Intervals

alamb opened a new issue, #3958:
URL: https://github.com/apache/arrow-rs/issues/3958

   The Arrow Spec contains an [`Interval` type (spec link).](https://github.com/apache/arrow/blob/eaa1a1ea74e2b37020e0133f1460cb251e5f4974/format/Schema.fbs#L363-L384)
   
   The primary usecase of this type is date/time arithmetic "now() - 1 month", or "2023-03-01 + 3 hours", etc
   
   The Rust implementation has some support for this type (see https://docs.rs/arrow/35.0.0/arrow/?search=Interval).
   
   This ticket tracks additional support for this type
   
   https://docs.rs/arrow/35.0.0/arrow/datatypes/enum.IntervalUnit.html
   
   This ticket is meant to supercede https://github.com/apache/arrow-rs/issues/527
   
   Features:
   - [x] Casting to/from Utf8 and Interval types
   - [ ]
   


-- 
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: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-rs] alamb closed issue #3958: [Epic] A collection of issues related to Intervals

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb closed issue #3958: [Epic] A collection of issues related to Intervals
URL: https://github.com/apache/arrow-rs/issues/3958


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-rs] alamb commented on issue #3958: [Epic] A collection of issues related to Intervals

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb commented on issue #3958:
URL: https://github.com/apache/arrow-rs/issues/3958#issuecomment-1597287410

   I moved all outstanding items to https://github.com/apache/arrow-datafusion/issues/5753 and so will close this ticket


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org