Andy Grove created ARROW-2418: --------------------------------- Summary: [Rust] List builder fails due to memory not being reserved correctly Key: ARROW-2418 URL: https://issues.apache.org/jira/browse/ARROW-2418 Project: Apache Arrow Issue Type: Bug Components: Rust Reporter: Andy Grove Assignee: Andy Grove Fix For: 0.10.0
I didn't realize that BytesMut.put() doesn't automatically grow the underlying buffer. Therefore the code fails if the data is large than the pre-allocated buffer. -- This message was sent by Atlassian JIRA (v7.6.3#76005)