[
https://issues.apache.org/jira/browse/ARROW-14003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexander Ocsa updated ARROW-14003:
-----------------------------------
Labels: kernel pull-request-available query-engine (was:
pull-request-available query-engine)
> [Python] Not providing a sort_key in the "select_k_unstable" kernel crashes
> ---------------------------------------------------------------------------
>
> Key: ARROW-14003
> URL: https://issues.apache.org/jira/browse/ARROW-14003
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Python
> Reporter: Joris Van den Bossche
> Assignee: Alexander Ocsa
> Priority: Major
> Labels: kernel, pull-request-available, query-engine
> Fix For: 6.0.0
>
> Time Spent: 3h 20m
> Remaining Estimate: 0h
>
> The new kernel added in ARROW-1565 crashes in Python if you don't specify a
> sort_key:
> {code}
> 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)
> {code}
> cc [~aocsa]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)