[
https://issues.apache.org/jira/browse/ARROW-387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rok Mihevc updated ARROW-387:
-----------------------------
External issue URL: https://github.com/apache/arrow/issues/16005
> [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
> Priority: Major
> Fix For: 0.2.0
>
>
> 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
(v8.20.10#820010)