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