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 c46c5e6 ARROW-6707: [Java] Improve the performance of JDBC adapters
by using nullable information
add d47d3ba ARROW-6888: [Java] Support copy operation for vector value
comparators
No new revisions were added by this update.
Summary of changes:
.../algorithm/sort/CompositeVectorComparator.java | 9 ++++
.../algorithm/sort/DefaultVectorComparators.java | 61 ++++++++++++++++++++++
.../algorithm/sort/StableVectorComparator.java | 5 +-
.../algorithm/sort/VectorValueComparator.java | 6 +++
.../sort/TestDefaultVectorComparator.java | 20 +++++++
.../algorithm/sort/TestStableVectorComparator.java | 5 ++
6 files changed, 105 insertions(+), 1 deletion(-)