You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by em...@apache.org on 2019/08/28 06:56:11 UTC

[arrow] branch master updated (4e77035 -> b4eeab0)

This is an automated email from the ASF dual-hosted git repository.

emkornfield pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 4e77035  ARROW-6297: [Java] Compare ArrowBufPointers by unsinged integers
     add b4eeab0  ARROW-6306: [Java] Support stable sort by stable comparators

No new revisions were added by this update.

Summary of changes:
 .../algorithm/sort/StableVectorComparator.java     |  63 ++++++++++
 .../algorithm/sort/TestStableVectorComparator.java | 132 +++++++++++++++++++++
 2 files changed, 195 insertions(+)
 create mode 100644 java/algorithm/src/main/java/org/apache/arrow/algorithm/sort/StableVectorComparator.java
 create mode 100644 java/algorithm/src/test/java/org/apache/arrow/algorithm/sort/TestStableVectorComparator.java