You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2020/11/25 08:48:00 UTC

[jira] [Created] (ARROW-10725) [Python][Compute] Exposing bindings for sort options

Antoine Pitrou created ARROW-10725:
--------------------------------------

             Summary: [Python][Compute] Exposing bindings for sort options
                 Key: ARROW-10725
                 URL: https://issues.apache.org/jira/browse/ARROW-10725
             Project: Apache Arrow
          Issue Type: Task
          Components: Python
            Reporter: Antoine Pitrou
             Fix For: 3.0.0


We need to expose the missing option classes in Python:
{code}
pyarrow/compute.py:136
  /home/antoine/arrow/dev/python/pyarrow/compute.py:136: RuntimeWarning: Python binding for ArraySortOptions not exposed
    .format(class_name), RuntimeWarning)

pyarrow/compute.py:136
  /home/antoine/arrow/dev/python/pyarrow/compute.py:136: RuntimeWarning: Python binding for SortOptions not exposed
    .format(class_name), RuntimeWarning)
{code}

Those are used by the "sort_indices" and "array_sort_indices" compute functions.



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