You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by em...@apache.org on 2020/02/03 03:40:22 UTC

[arrow] branch master updated (bd08d0e -> 942a4d0)

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 bd08d0e  ARROW-7712: [CI] [Crossbow] Delete fuzzit jobs
     add 942a4d0  ARROW-6738: [Java] Fix problems with current union comparison logic

No new revisions were added by this update.

Summary of changes:
 .../src/main/codegen/templates/UnionVector.java    |  2 +-
 .../arrow/vector/compare/ApproxEqualsVisitor.java  |  6 ++-
 .../arrow/vector/compare/RangeEqualsVisitor.java   | 46 ++++++++++---------
 .../vector/compare/TestRangeEqualsVisitor.java     | 51 ++++++++++++++++++++++
 4 files changed, 82 insertions(+), 23 deletions(-)