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

[Plasma] Create Cython client library for Plasma #16796

Closed
asfimport opened this issue Jun 24, 2017 · 1 comment
Closed

[Plasma] Create Cython client library for Plasma #16796

asfimport opened this issue Jun 24, 2017 · 1 comment

Comments

@asfimport
Copy link
Collaborator

This would address the point raised in #742 by @wesm and replace the current C Python API with Cython.

Advantages:

  • More uniform with the rest of Arrow (especially pyarrow)
  • can share code with pyarrow
  • makes error handling more uniform
  • easier to program than the C Python API

As part of this, we would also fix the visibility of symbols in the plasma library and port the python tests we have for plasma (which are currently in the Ray repo) to this repo.

Reporter: Philipp Moritz / @pcmoritz
Assignee: Philipp Moritz / @pcmoritz

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

@asfimport
Copy link
Collaborator Author

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

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