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

[arrow] branch master updated (7ec917b -> 8d1d57c)

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

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


    from 7ec917b  ARROW-10802: [C++] remove special casing for Dictionary[NullType] in parquet column writer
     add 8d1d57c  ARROW-10779: [Java] Fix writeNull method in UnionListWriter

No new revisions were added by this update.

Summary of changes:
 .../main/codegen/templates/UnionListWriter.java    |  11 +-
 .../arrow/vector/complex/LargeListVector.java      |  18 +++
 .../apache/arrow/vector/complex/ListVector.java    |  18 +++
 .../vector/complex/impl/PromotableWriter.java      |   4 +
 .../vector/complex/writer/TestComplexWriter.java   | 163 +++++++++++++++++++++
 5 files changed, 213 insertions(+), 1 deletion(-)