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)