You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public int getElementEndIndex(int index) {
// Retrieve the offset from the offset buffer instead of sizeBuffer
return offsetBuffer.getInt((index + 1) * OFFSET_WIDTH);
}
joyCurry30
added a commit
to joyCurry30/arrow-java
that referenced
this issue
Jan 23, 2025
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: