You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Vanco Buca (JIRA)" <ji...@apache.org> on 2018/01/10 21:43:00 UTC

[jira] [Commented] (ARROW-1984) NullableDateMilliVector.getObject() should return a LocalDate, not a LocalDateTime

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

Vanco Buca commented on ARROW-1984:
-----------------------------------

Similarly, NullableTimeMilliVector.getObject() should return a LocalTime

> NullableDateMilliVector.getObject() should return a LocalDate, not a LocalDateTime
> ----------------------------------------------------------------------------------
>
>                 Key: ARROW-1984
>                 URL: https://issues.apache.org/jira/browse/ARROW-1984
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Java - Vectors
>            Reporter: Vanco Buca
>            Priority: Minor
>
> NullableDateMilliVector.getObject() today returns a LocalDateTime. However, this vector is used to store date information, and thus, getObject() should return a LocalDate. 
> Please note: there already exists a vector that returns LocalDateTime --
>  the NullableTimestampMilliVector.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)