You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ra...@apache.org on 2020/05/01 07:31:01 UTC

[arrow] branch master updated (1f175e1 -> daf2e01)

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

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


    from 1f175e1  ARROW-8634: [Java] Add Getting Started section to Java README
     add daf2e01  ARROW-8646: [Java] Allow UnionListWriter to write null values

No new revisions were added by this update.

Summary of changes:
 .../templates/UnionFixedSizeListWriter.java        |  5 +++
 .../main/codegen/templates/UnionListWriter.java    |  5 +++
 .../arrow/vector/TestFixedSizeListVector.java      | 32 ++++++++++++++++++
 .../vector/complex/writer/TestComplexWriter.java   | 39 ++++++++++++++++++++++
 4 files changed, 81 insertions(+)