You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (Jira)" <ji...@apache.org> on 2020/05/25 14:45:00 UTC

[jira] [Closed] (ARROW-2685) [C++] Implement kernels for in-place sorting of fixed-width contiguous arrays

     [ https://issues.apache.org/jira/browse/ARROW-2685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wes McKinney closed ARROW-2685.
-------------------------------
    Fix Version/s:     (was: 2.0.0)
       Resolution: Won't Fix

Since we have SortToIndices and Arrow arrays have immutable semantics, this should be solved a different way

> [C++] Implement kernels for in-place sorting of fixed-width contiguous arrays
> -----------------------------------------------------------------------------
>
>                 Key: ARROW-2685
>                 URL: https://issues.apache.org/jira/browse/ARROW-2685
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: C++
>            Reporter: Wes McKinney
>            Priority: Major
>              Labels: analytics
>
> See discussion in https://github.com/apache/arrow/issues/2112. A kernel may want to throw if the memory being sorted is shared (in which case the user should copy, then sort)
> Sorting of chunked data is a more complex topic so that's out of scope for this task



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