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

Julien Le Dem commented on ARROW-413:
-------------------------------------

For reference the java code:
https://github.com/apache/arrow/blob/8995c923043788f98afef4dd80f72de4688a8e0c/java/vector/src/main/codegen/templates/FixedValueVectors.java#L487
{noformat}
 <#if minor.class == "Date">
    @Override
    public ${friendlyType} getObject(int index) {
        org.joda.time.DateTime date = new org.joda.time.DateTime(get(index), 
org.joda.time.DateTimeZone.UTC);
        date = 
date.withZoneRetainFields(org.joda.time.DateTimeZone.getDefault());
        return date;
    }
{noformat}

> DATE type is not specified clearly
> ----------------------------------
>
>                 Key: ARROW-413
>                 URL: https://issues.apache.org/jira/browse/ARROW-413
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Format
>    Affects Versions: 0.1.0
>            Reporter: Uwe L. Korn
>
> Currently the DATE type is not specified anywhere and needs to be documented.



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

Reply via email to