In NestedColumnReader#readRow, we need to know the length of nested vectors. Generally, it can be gotten from AbstractHeapVector but ParquetDecimalVector is not an AbstractHeapVector. This PR fix it.
Also remove two unused classes: RowColumnReader, RowPosition.
Purpose
In
NestedColumnReader#readRow
, we need to know the length of nested vectors. Generally, it can be gotten fromAbstractHeapVector
butParquetDecimalVector
is not anAbstractHeapVector
. This PR fix it.Also remove two unused classes:
RowColumnReader
,RowPosition
.Tests
API and Format
Documentation