ListViewVector#getElementEndIndex
Returns Size not Index
#470
Labels
Milestone
ListViewVector#getElementEndIndex
Returns Size not Index
#470
This method is incorrectly implemented:
https://github.com/apache/arrow-java/blob/main/vector/src/main/java/org/apache/arrow/vector/complex/ListViewVector.java#L957-L960
The javadoc indicates this is an offset not a length:
This issue exists in main as of 480e1be.
The text was updated successfully, but these errors were encountered: