You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Liya Fan (Jira)" <ji...@apache.org> on 2021/12/03 14:30:00 UTC

[jira] [Resolved] (ARROW-13811) [Java] Provide a general out-of-place sorter

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

Liya Fan resolved ARROW-13811.
------------------------------
    Fix Version/s: 7.0.0
       Resolution: Fixed

Issue resolved by pull request 11035
[https://github.com/apache/arrow/pull/11035]

> [Java] Provide a general out-of-place sorter
> --------------------------------------------
>
>                 Key: ARROW-13811
>                 URL: https://issues.apache.org/jira/browse/ARROW-13811
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: Java
>            Reporter: Liya Fan
>            Assignee: Liya Fan
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 7.0.0
>
>          Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> The sorter should work for any type of vectors, with a time complexity of O(n*log( n )). 
> Since it does not make any assumptions about the memory layout of the vector, its performance can be sub-optimal. So if another sorter is applicable (e.g.{{FixedWidthInPlaceVectorSorter}}), it should be used in preference. 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)