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/05/15 04:11:31 UTC

[arrow] branch master updated (a551617 -> 8a0c24d)

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 a551617  ARROW-8664: [Java] Add flag to skip null check
     add 8a0c24d  ARROW-8020: [Java] Implement vector validate functionality

No new revisions were added by this update.

Summary of changes:
 .../src/main/codegen/templates/UnionVector.java    |   1 -
 .../arrow/vector/util/ValueVectorUtility.java      |  47 +++++
 .../vector/validate/ValidateVectorVisitor.java     | 221 +++++++++++++++++++
 .../vector/testing/ValueVectorDataPopulator.java   |   6 +-
 .../vector/validate/TestValidateVectorVisitor.java | 235 +++++++++++++++++++++
 5 files changed, 507 insertions(+), 3 deletions(-)
 create mode 100644 java/vector/src/main/java/org/apache/arrow/vector/validate/ValidateVectorVisitor.java
 create mode 100644 java/vector/src/test/java/org/apache/arrow/vector/validate/TestValidateVectorVisitor.java