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/05/05 15:10:48 UTC

[arrow] branch master updated (4545838 -> 9bdd2ed)

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 4545838  ARROW-8704: [C++] Fix Parquet undefined behaviour on invalid input
     add 9bdd2ed  ARROW-8705: copying null values from ComplexCopier

No new revisions were added by this update.

Summary of changes:
 .../src/main/codegen/templates/BaseWriter.java     |   1 +
 .../src/main/codegen/templates/ComplexCopier.java  |  24 +-
 .../src/main/codegen/templates/StructWriters.java  |   9 +
 .../templates/UnionFixedSizeListWriter.java        |   5 +-
 .../main/codegen/templates/UnionListWriter.java    |   2 +-
 .../vector/complex/impl/PromotableWriter.java      |   5 +
 .../vector/complex/impl/TestComplexCopier.java     | 312 +++++++++++++++++++++
 7 files changed, 354 insertions(+), 4 deletions(-)