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 3fbbcda  ARROW-7020: [Java] Fix the bugs when calculating vector hash 
code
     add 5d33018  ARROW-6911: [Java] Provide composite comparator

No new revisions were added by this update.

Summary of changes:
 .../algorithm/sort/CompositeVectorComparator.java  |  62 ++++++++++++
 .../sort/TestCompositeVectorComparator.java        | 112 +++++++++++++++++++++
 2 files changed, 174 insertions(+)
 create mode 100644 
java/algorithm/src/main/java/org/apache/arrow/algorithm/sort/CompositeVectorComparator.java
 create mode 100644 
java/algorithm/src/test/java/org/apache/arrow/algorithm/sort/TestCompositeVectorComparator.java

Reply via email to