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

[arrow] branch master updated (f81f09b -> 02a5308)

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

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


    from f81f09b  ARROW-8027: [Integration] Add test case for duplicated field names
     add 02a5308  ARROW-7616: [Java] Support comparing value ranges for dense union vector

No new revisions were added by this update.

Summary of changes:
 .../main/codegen/templates/DenseUnionVector.java   |  27 +++-
 .../arrow/vector/compare/RangeEqualsVisitor.java   |  61 +++++++-
 .../apache/arrow/vector/TestDenseUnionVector.java  |   6 +-
 .../vector/compare/TestRangeEqualsVisitor.java     | 174 +++++++++++++++++++++
 .../vector/compare/TestTypeEqualsVisitor.java      |  47 ++++++
 5 files changed, 302 insertions(+), 13 deletions(-)