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 2019/09/25 04:33:16 UTC

[arrow] branch master updated (199d3cf -> 4fe330a)

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 199d3cf  ARROW-6158: [C++/Python] Validate child array types with type fields of StructArray
     add 4fe330a  ARROW-6678: [C++][Parquet] Binary data stored in Parquet metadata must be base64-encoded to be UTF-8 compliant

No new revisions were added by this update.

Summary of changes:
 LICENSE.txt                                        |  28 +++++
 cpp/src/arrow/CMakeLists.txt                       |   1 +
 .../arrow/{io/util_internal.h => util/base64.h}    |  15 ++-
 cpp/src/arrow/vendored/base64.cpp                  | 128 +++++++++++++++++++++
 cpp/src/parquet/arrow/reader_internal.cc           |   4 +-
 cpp/src/parquet/arrow/writer.cc                    |   9 +-
 python/pyarrow/tests/test_extension_type.py        |   5 +-
 7 files changed, 181 insertions(+), 9 deletions(-)
 copy cpp/src/arrow/{io/util_internal.h => util/base64.h} (81%)
 create mode 100644 cpp/src/arrow/vendored/base64.cpp