Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
The new kernel added in ARROW-1565 crashes in Python if you don't specify a sort_key:
In [1]: import pyarrow.compute as pc
In [2]: arr = pa.array([1, 2, 3, 4])
In [3]: pc.select_k_unstable(arr, k=2)
Segmentation fault (core dumped)
cc aocsa
Attachments
Issue Links
- links to