You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Joris Van den Bossche (Jira)" <ji...@apache.org> on 2021/01/07 15:58:00 UTC

[jira] [Created] (ARROW-11166) [Python][Compute] Add bindings for ProjectOptions

Joris Van den Bossche created ARROW-11166:
---------------------------------------------

             Summary: [Python][Compute] Add bindings for ProjectOptions
                 Key: ARROW-11166
                 URL: https://issues.apache.org/jira/browse/ARROW-11166
             Project: Apache Arrow
          Issue Type: Bug
          Components: Python
            Reporter: Joris Van den Bossche


Similarly as ARROW-10725, need to expose {{ProjectOptions}}:

{code}
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"
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)