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 d6b81e0 ARROW-7590: [C++] Don't ignore managed files in thirdparty
add 2d43110 ARROW-7264: [Java] RangeEqualsVisitor type check is not
correct
No new revisions were added by this update.
Summary of changes:
.../algorithm/deduplicate/DeduplicationUtils.java | 2 +-
.../dictionary/LinearDictionaryEncoder.java | 2 +-
.../arrow/vector/compare/ApproxEqualsVisitor.java | 24 ++++++++---
.../arrow/vector/compare/RangeEqualsVisitor.java | 46 +++++++++++++---------
.../arrow/vector/compare/VectorEqualsVisitor.java | 18 ++++++---
.../vector/dictionary/DictionaryHashTable.java | 2 +-
.../vector/compare/TestRangeEqualsVisitor.java | 30 +++++++++++---
.../vector/complex/impl/TestComplexCopier.java | 10 ++++-
8 files changed, 94 insertions(+), 40 deletions(-)