You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Uwe L. Korn (JIRA)" <ji...@apache.org> on 2016/12/13 17:24:00 UTC

[jira] [Commented] (ARROW-420) Align Date implementation between Java and C++

    [ https://issues.apache.org/jira/browse/ARROW-420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15745676#comment-15745676 ] 

Uwe L. Korn commented on ARROW-420:
-----------------------------------

This is the implementation part of https://issues.apache.org/jira/browse/ARROW-413 as I don't want to have this differing implementation between Java and C++ in the 0.2 release.

> Align Date implementation between Java and C++
> ----------------------------------------------
>
>                 Key: ARROW-420
>                 URL: https://issues.apache.org/jira/browse/ARROW-420
>             Project: Apache Arrow
>          Issue Type: Bug
>            Reporter: Uwe L. Korn
>             Fix For: 0.2.0
>
>
> Currently C++ treats it as an int32 (no interpretation specified) and Java as an int64 with (rounded) milliseconds since 1970 but only the date (year, month, day) part actually being defined.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)