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