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++] Add Result<T> APIs to IPC module #23528

Closed
Tracked by #23526
asfimport opened this issue Nov 22, 2019 · 4 comments
Closed
Tracked by #23526

[C++] Add Result<T> APIs to IPC module #23528

asfimport opened this issue Nov 22, 2019 · 4 comments

Comments

@asfimport
Copy link
Collaborator

asfimport commented Nov 22, 2019

src/arrow/ipc

Reporter: Micah Kornfield / @emkornfield
Assignee: Wes McKinney / @wesm

Related issues:

PRs and other links:

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

@asfimport
Copy link
Collaborator Author

Antoine Pitrou / @pitrou:
cc @wesm. Perhaps this is an opportunity to clean up the existing APIs? They are a bit plethoric.

@asfimport
Copy link
Collaborator Author

Wes McKinney / @wesm:
I agree a cleanup would be useful. Some of the APIs may still be needed but can be moved to an internal namespace. It's hard to satisfy the matrix of all use cases – for example both InputStream and RandomAccessFile APIs are required

@asfimport
Copy link
Collaborator Author

Wes McKinney / @wesm:
There's a few more APIs that need to be migrated. Taking a look

@asfimport
Copy link
Collaborator Author

Antoine Pitrou / @pitrou:
Issue resolved by pull request 6867
#6867

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