You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Steven Phillips (JIRA)" <ji...@apache.org> on 2017/04/24 21:23:04 UTC

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

Steven Phillips created ARROW-888:
-------------------------------------

             Summary: 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


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)