You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Ji Liu (JIRA)" <ji...@apache.org> on 2019/06/27 02:29:00 UTC

[jira] [Updated] (ARROW-5435) [Java] add test for IntervalYearVector#getAsStringBuilder

     [ https://issues.apache.org/jira/browse/ARROW-5435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ji Liu updated ARROW-5435:
--------------------------
    Summary: [Java] add test for IntervalYearVector#getAsStringBuilder  (was: [Java] IntervalYearVector#getObject should return Period with both year and month)

> [Java] add test for IntervalYearVector#getAsStringBuilder
> ---------------------------------------------------------
>
>                 Key: ARROW-5435
>                 URL: https://issues.apache.org/jira/browse/ARROW-5435
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Java
>            Reporter: Ji Liu
>            Assignee: Ji Liu
>            Priority: Minor
>              Labels: pull-request-available
>          Time Spent: 4h
>  Remaining Estimate: 0h
>
> IntervalYearVector#getObject today return Period with specific month. However, this vector stores interval (years and months, e.g. 2 years and 3 months is stored as 27(total months)), it should return Period with both years and months(now only months is assigned). 
> As shown in the example above, now it return Period(27 months), I think it should return Period(2 years, 3 months).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)