You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Mathieu Dutour Sikiric (Jira)" <ji...@apache.org> on 2020/07/13 10:40:00 UTC

[jira] [Created] (ARROW-9428) Missing documentation

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)