You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by bk...@apache.org on 2020/03/13 13:52:02 UTC

[arrow] branch master updated (bfd5155 -> 963ac4f)

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

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


    from bfd5155  ARROW-8077: [Python][Packaging] Add Windows Python 3.5 wheel build script
     add 963ac4f  ARROW-2255: [C++][Developer][Integration] Serialize custom field/schema metadata

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/ipc/json_integration_test.cc         |  22 +-
 cpp/src/arrow/ipc/json_internal.cc                 |  69 +++-
 cpp/src/arrow/type.cc                              |  12 +-
 cpp/src/arrow/type_test.cc                         |  56 +++
 dev/archery/archery/cli.py                         |   5 +-
 dev/archery/archery/integration/datagen.py         | 418 ++++++++++++---------
 dev/archery/archery/integration/runner.py          |  19 +-
 docs/source/format/Integration.rst                 |  39 +-
 .../format/integration_json_examples}/simple.json  |   0
 .../format/integration_json_examples/struct.json   |   0
 integration/README.md                              |  22 --
 .../org/apache/arrow/tools/TestIntegration.java    |   8 +-
 .../org/apache/arrow/vector/ipc/TestJSONFile.java  |   4 +-
 13 files changed, 422 insertions(+), 252 deletions(-)
 rename {integration/data => docs/source/format/integration_json_examples}/simple.json (100%)
 rename integration/data/struct_example.json => docs/source/format/integration_json_examples/struct.json (100%)
 delete mode 100644 integration/README.md