Chao Sun created ARROW-5357: ------------------------------- Summary: [Rust] change Buffer::len to represent total bytes instead of used bytes Key: ARROW-5357 URL: https://issues.apache.org/jira/browse/ARROW-5357 Project: Apache Arrow Issue Type: Improvement Components: Rust Reporter: Chao Sun Assignee: Chao Sun
Currently {{Buffer::len}} records the number of used bytes, as opposed to the number of total bytes. This poses a problem when converting from buffers defined in flatbuffer, where the length is actually the number of allocated bytes for the buffer. -- This message was sent by Atlassian JIRA (v7.6.3#76005)