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

[arrow] branch master updated (8e1b5b8 -> d2ccdaa)

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

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


    from 8e1b5b8  ARROW-8440: [C++] Refine SIMD header files
     add d2ccdaa  ARROW-5649: [Integration][C++] Create integration test for extension types

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/extension_type_test.cc            |  10 +-
 cpp/src/arrow/flight/test_integration_client.cc | 112 +++++-----
 cpp/src/arrow/ipc/dictionary.cc                 |  34 ++-
 cpp/src/arrow/ipc/generate_fuzz_corpus.cc       |   2 +-
 cpp/src/arrow/ipc/json_integration_test.cc      |   6 +
 cpp/src/arrow/ipc/json_internal.cc              | 126 ++++++++---
 cpp/src/arrow/ipc/json_test.cc                  | 283 ++++++++++++++++++++----
 cpp/src/arrow/ipc/message.cc                    |   5 +-
 cpp/src/arrow/ipc/metadata_internal.cc          | 116 +++++-----
 cpp/src/arrow/ipc/metadata_internal.h           |   2 +-
 cpp/src/arrow/ipc/read_write_test.cc            |  19 +-
 cpp/src/arrow/ipc/reader.cc                     |   6 +-
 cpp/src/arrow/ipc/test_common.cc                |  45 ++++
 cpp/src/arrow/ipc/test_common.h                 |   6 +
 cpp/src/arrow/testing/extension_type.h          |  44 +++-
 cpp/src/arrow/testing/gtest_util.cc             | 129 +++++++----
 cpp/src/arrow/type.cc                           |   2 +-
 cpp/src/arrow/util/key_value_metadata.cc        |  34 ++-
 cpp/src/arrow/util/key_value_metadata.h         |   5 +-
 cpp/src/arrow/util/key_value_metadata_test.cc   |  35 +++
 cpp/src/parquet/arrow/reader_internal.cc        |  38 ++--
 dev/archery/archery/integration/datagen.py      | 145 ++++++++----
 dev/archery/archery/integration/runner.py       |   2 +-
 docs/source/format/Integration.rst              |  19 ++
 python/pyarrow/tests/test_extension_type.py     |  29 ++-
 25 files changed, 924 insertions(+), 330 deletions(-)