You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2017/08/04 21:41:00 UTC

[jira] [Resolved] (ARROW-1296) [Java] templates/FixValueVectors reset() method doesn't set allocationSizeInBytes correctly

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

Wes McKinney resolved ARROW-1296.
---------------------------------
    Resolution: Fixed

Issue resolved by pull request 915
[https://github.com/apache/arrow/pull/915]

> [Java] templates/FixValueVectors reset() method doesn't set allocationSizeInBytes correctly
> -------------------------------------------------------------------------------------------
>
>                 Key: ARROW-1296
>                 URL: https://issues.apache.org/jira/browse/ARROW-1296
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Java - Vectors
>    Affects Versions: 0.5.0
>            Reporter: Li Jin
>            Assignee: Li Jin
>             Fix For: 0.6.0
>
>
> [~siddteotia] pointed out reset() in templates/FixValueVectors.java should set:
> {code}
> allocationSizeInBytes = INITIAL_VALUE_ALLOCATION * ${type.width}
> {code}
> instead of:
> {code}
> allocationSizeInBytes = INITIAL_VALUE_ALLOCATION
> {code}



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