You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Uwe L. Korn (JIRA)" <ji...@apache.org> on 2018/04/09 07:23:00 UTC

[jira] [Resolved] (ARROW-2418) [Rust] List builder fails due to memory not being reserved correctly

     [ https://issues.apache.org/jira/browse/ARROW-2418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Uwe L. Korn resolved ARROW-2418.
--------------------------------
    Resolution: Fixed

Issue resolved by pull request 1857
[https://github.com/apache/arrow/pull/1857]

> [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
>            Priority: Major
>              Labels: pull-request-available
>             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)