You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Julien Le Dem (JIRA)" <ji...@apache.org> on 2017/04/25 18:37:04 UTC

[jira] [Resolved] (ARROW-888) BitVector transfer() does not transfer ownership

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

Julien Le Dem resolved ARROW-888.
---------------------------------
    Resolution: Fixed

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

> BitVector transfer() does not transfer ownership
> ------------------------------------------------
>
>                 Key: ARROW-888
>                 URL: https://issues.apache.org/jira/browse/ARROW-888
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Java - Vectors
>            Reporter: Steven Phillips
>            Assignee: Steven Phillips
>             Fix For: 0.3.0
>
>
> When buffers are transferred one vector to another, the ownership of the buffers needs to be transferred to the target vectors allocator. This is done in all of the other vectors, but BitVector, which is not generated using the freemarker templates, does not have this code implemented.
> This causes memory accounting to be incorrect.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)