Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[C++] Update documentation for buffer allocation functions #17271

Closed
asfimport opened this issue Jul 13, 2020 · 1 comment
Closed

[C++] Update documentation for buffer allocation functions #17271

asfimport opened this issue Jul 13, 2020 · 1 comment

Comments

@asfimport
Copy link

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.

 

Reporter: Mathieu Dutour Sikiric
Assignee: Antoine Pitrou / @pitrou

PRs and other links:

Note: This issue was originally created as ARROW-9428. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Wes McKinney / @wesm:
Issue resolved by pull request 7731
#7731

@asfimport asfimport added this to the 1.0.0 milestone Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants