You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Li Jin (JIRA)" <ji...@apache.org> on 2017/07/31 14:25:00 UTC

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

Li Jin created ARROW-1296:
-----------------------------

             Summary: [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
             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)