[ https://issues.apache.org/jira/browse/ARROW-387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Uwe L. Korn resolved ARROW-387. ------------------------------- Resolution: Fixed Issue resolved by pull request 266 [https://github.com/apache/arrow/pull/266] > [C++] arrow::io::BufferReader does not permit shared memory ownership in > zero-copy reads > ---------------------------------------------------------------------------------------- > > Key: ARROW-387 > URL: https://issues.apache.org/jira/browse/ARROW-387 > Project: Apache Arrow > Issue Type: Bug > Components: C++ > Reporter: Wes McKinney > Assignee: Wes McKinney > > The buffer being read from in > https://github.com/apache/arrow/blob/master/cpp/src/arrow/io/memory.h should > ideally retain shared ownership of the "parent" buffer. This will prevent > memory from being freed by a Buffer's destructor before other Buffers are > done using it -- This message was sent by Atlassian JIRA (v6.3.4#6332)