Details
-
Task
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
None
Description
We need to expose the missing option classes in Python:
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)
Those are used by the "sort_indices" and "array_sort_indices" compute functions.
Attachments
Issue Links
- links to