You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ra...@apache.org on 2019/09/04 19:26:04 UTC

[arrow] branch master updated (ea309dd -> 6330b2f)

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

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


    from ea309dd  ARROW-6450: [C++] Use 2x reallocation strategy in BufferBuilder instead of 1.5x
     add 6330b2f  ARROW-6355: [Java] Make range equal visitor reusable

No new revisions were added by this update.

Summary of changes:
 .../algorithm/deduplicate/DeduplicationUtils.java  |   9 +-
 .../arrow/vector/compare/ApproxEqualsVisitor.java  | 196 +++------------
 .../org/apache/arrow/vector/compare/Range.java     |  85 +++++++
 .../arrow/vector/compare/RangeEqualsVisitor.java   | 262 ++++++++++++---------
 .../arrow/vector/compare/VectorEqualsVisitor.java  |  33 ++-
 .../apache/arrow/vector/dictionary/Dictionary.java |   2 +-
 .../vector/dictionary/DictionaryHashTable.java     |  10 +-
 .../org/apache/arrow/vector/TestValueVector.java   |  78 +++---
 .../vector/compare/TestRangeEqualsVisitor.java     |  66 +++---
 9 files changed, 374 insertions(+), 367 deletions(-)
 create mode 100644 java/vector/src/main/java/org/apache/arrow/vector/compare/Range.java