Uwe L. Korn created ARROW-420: --------------------------------- Summary: 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)