You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by cu...@apache.org on 2021/06/15 04:21:32 UTC

[arrow] branch master updated (68679b8 -> 43ed963)

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

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


    from 68679b8  ARROW-13048: [C++] Fix copying objects with special characters on S3FS
     add 43ed963  ARROW-13044: [Java] Change UnionVector and DenseUnionVector to extend AbstractContainerVector

No new revisions were added by this update.

Summary of changes:
 .../main/codegen/templates/DenseUnionVector.java   | 45 +++++++++++++++++-----
 .../src/main/codegen/templates/UnionVector.java    | 45 +++++++++++++++++-----
 .../apache/arrow/vector/TestDenseUnionVector.java  | 18 ++++++++-
 .../org/apache/arrow/vector/TestUnionVector.java   | 14 +++++++
 4 files changed, 100 insertions(+), 22 deletions(-)