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

[Python][Compute] Add bindings for ProjectOptions #18448

Closed
asfimport opened this issue Jan 7, 2021 · 2 comments
Closed

[Python][Compute] Add bindings for ProjectOptions #18448

asfimport opened this issue Jan 7, 2021 · 2 comments
Assignees
Labels
Milestone

Comments

@asfimport
Copy link

Similarly as ARROW-10725, need to expose ProjectOptions:

In [4]: from pyarrow.compute import project
/home/joris/scipy/repos/arrow/python/pyarrow/compute.py:137: RuntimeWarning: Python binding for ProjectOptions not exposed
  warnings.warn("Python binding for {} not exposed"

Reporter: Joris Van den Bossche / @jorisvandenbossche
Assignee: Ben Kietzman / @bkietz

PRs and other links:

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

@asfimport
Copy link
Author

Joris Van den Bossche / @jorisvandenbossche:
(it would be nice to have a test to detect this, to avoid it in the future. Maybe just a test that import pyarrow.compute doesn't generate a warning)

@asfimport
Copy link
Author

Ben Kietzman / @bkietz:
Issue resolved by pull request 9131
#9131

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

No branches or pull requests

2 participants