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

Li Jin commented on ARROW-1296:
-------------------------------

PR: 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
>             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)

Reply via email to