lidavidm commented on code in PR #554: URL: https://github.com/apache/arrow-java/pull/554#discussion_r1931409129
########## vector/src/main/java/org/apache/arrow/vector/complex/ListViewVector.java: ########## @@ -956,7 +956,7 @@ public int getElementStartIndex(int index) { @Override public int getElementEndIndex(int index) { - return sizeBuffer.getInt(index * OFFSET_WIDTH); + return offsetBuffer.getInt((index + 1) * OFFSET_WIDTH); Review Comment: Thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org