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)