Brent Kerby created ARROW-3797: ---------------------------------- Summary: [Rust] BinaryArray::value_offset incorrect in offset case Key: ARROW-3797 URL: https://issues.apache.org/jira/browse/ARROW-3797 Project: Apache Arrow Issue Type: Bug Reporter: Brent Kerby Assignee: Brent Kerby
The method BinaryArray::value_offset does not take into account the offset in the underlying ArrayData; hence it gives incorrect results when the ArrayData offset is not zero. -- This message was sent by Atlassian JIRA (v7.6.3#76005)