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 a68b68d ARROW-7806: [Python] Support LargeListArray and
list<LargeBinaryArray> conversion to pandas.
add e686f71 ARROW-7048: [Java] Support for combining multiple vectors
under VectorSchemaRoot
No new revisions were added by this update.
Summary of changes:
.../vector/util/VectorSchemaRootAppender.java | 83 +++++++++++
.../vector/util/TestVectorSchemaRootAppender.java | 161 +++++++++++++++++++++
2 files changed, 244 insertions(+)
create mode 100644
java/vector/src/main/java/org/apache/arrow/vector/util/VectorSchemaRootAppender.java
create mode 100644
java/vector/src/test/java/org/apache/arrow/vector/util/TestVectorSchemaRootAppender.java