Commits


Johannes Luong authored and Bryan Cutler committed 20b714899c4
ARROW-5518: [Java] Set VectorSchemaRoot rowCount to 0 on allocateNew and clear Set VectorSchemaRoot::rowCount to 0 in allocateNew() and clear(). This makes the behaviour of VectorSchemaRoot consistent with ValueVector implementations which set their valueCount to 0 on clear(). Author: Johannes Luong <johannes.luong@gmail.com> Closes #4481 from jmaschad/master and squashes the following commits: 3570c96 <Johannes Luong> Remove unused variable 1a38403 <Johannes Luong> Test clear as well 5cdffe0 <Johannes Luong> Reset VectorSchemaRoot row count