Mathieu Dutour Sikiric created ARROW-9428: ---------------------------------------------
Summary: Missing documentation Key: ARROW-9428 URL: https://issues.apache.org/jira/browse/ARROW-9428 Project: Apache Arrow Issue Type: Bug Components: C++ Affects Versions: 0.17.1 Reporter: Mathieu Dutour Sikiric 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)