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 8a0c24d ARROW-8020: [Java] Implement vector validate functionality
add 1dcf433 ARROW-7699: [Java] Support concating dense union vectors in
batch
No new revisions were added by this update.
Summary of changes:
.../main/codegen/templates/DenseUnionVector.java | 22 ++-
.../java/org/apache/arrow/vector/types/Types.java | 28 ++--
.../apache/arrow/vector/util/VectorAppender.java | 94 ++++++++++--
.../apache/arrow/vector/TestDenseUnionVector.java | 78 +++++++++-
.../arrow/vector/util/TestVectorAppender.java | 160 +++++++++++++++++++++
5 files changed, 355 insertions(+), 27 deletions(-)