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/03/06 04:54:55 UTC

[arrow] branch master updated (a68b68d -> e686f71)

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