[
https://issues.apache.org/jira/browse/ARROW-835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16104356#comment-16104356
]
Wes McKinney commented on ARROW-835:
------------------------------------
Kicking this can a bit as not urgent for 0.6.0. We need to articulate what the
{{Interval}} type at
https://github.com/apache/arrow/blob/master/format/Schema.fbs#L177 is and how
it is different from a {{Timedelta}} with unit. There is good precedent for
supporting 64-bit timedelta from other projects
> [Format] Add Timedelta type to describe time intervals
> ------------------------------------------------------
>
> Key: ARROW-835
> URL: https://issues.apache.org/jira/browse/ARROW-835
> Project: Apache Arrow
> Issue Type: Improvement
> Reporter: Jeff Reback
> Priority: Minor
> Fix For: 0.7.0
>
>
> xref https://github.com/apache/arrow/pull/551 and
> https://github.com/apache/arrow/pull/551#issuecomment-294325969
> this will allow round-tripping of pandas ``Timedelta`` and numpy
> ``timedelt64[ns]`` types. The will have a similar TimeUnit to TimestampType
> (s, us, ms, ns). Possible impl include making this pure 64-bit.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)