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/21 05:53:35 UTC

[arrow] branch master updated (be6ffcf -> b0179d4)

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 be6ffcf  ARROW-6040: [Java] Dictionary entries are required in IPC streams even when empty
     add b0179d4  ARROW-6080: [Java] Support search operation for BaseRepeatedValueVector

No new revisions were added by this update.

Summary of changes:
 .../algorithm/sort/DefaultVectorComparators.java   |  52 ++++++++++
 .../algorithm/sort/VectorValueComparator.java      |   3 +-
 .../arrow/algorithm/search/TestVectorSearcher.java | 107 ++++++++++++++++++++
 .../sort/TestDefaultVectorComparator.java          | 110 +++++++++++++++++++++
 4 files changed, 270 insertions(+), 2 deletions(-)
 create mode 100644 java/algorithm/src/test/java/org/apache/arrow/algorithm/sort/TestDefaultVectorComparator.java