[
https://issues.apache.org/jira/browse/ARROW-9428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wes McKinney resolved ARROW-9428.
---------------------------------
Resolution: Fixed
Issue resolved by pull request 7731
[https://github.com/apache/arrow/pull/7731]
> [C++] Update documentation for buffer allocation functions
> ----------------------------------------------------------
>
> Key: ARROW-9428
> URL: https://issues.apache.org/jira/browse/ARROW-9428
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++, Documentation
> Affects Versions: 0.17.1
> Reporter: Mathieu Dutour Sikiric
> Assignee: Antoine Pitrou
> Priority: Minor
> Labels: pull-request-available
> Fix For: 1.0.0
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> The memory allocation of buffers as documented in
> [https://arrow.apache.org/docs/cpp/memory.html]
> has the unfortunate property that it is indicated as "obsolete" when
> compiling.
> The proposed API using the "Result" and unique pointer construction is not
> obvious to use.
> Could the documentation be updated for the new API? Complete example would be
> appreciated especially considering that the use of unique pointer seems to
> contradict the use of shared pointer in other parts of the API.
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)