Description
siddteotia pointed out reset() in templates/FixValueVectors.java should set:
allocationSizeInBytes = INITIAL_VALUE_ALLOCATION * ${type.width}
instead of:
allocationSizeInBytes = INITIAL_VALUE_ALLOCATION
siddteotia pointed out reset() in templates/FixValueVectors.java should set:
allocationSizeInBytes = INITIAL_VALUE_ALLOCATION * ${type.width}
instead of:
allocationSizeInBytes = INITIAL_VALUE_ALLOCATION