You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2019/08/31 03:50:03 UTC

[arrow] branch master updated (2f3ea96 -> c2762a6)

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

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


    from 2f3ea96  ARROW-6094: [FlightRPC] Add Flight RPC method getFlightSchema
     add c2762a6  ARROW-2769: [Python] Deprecate and rename add_metadata methods

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/ipc/read_write_test.cc |  2 +-
 cpp/src/arrow/record_batch.cc        |  2 +-
 cpp/src/arrow/table.cc               |  2 +-
 cpp/src/arrow/type.cc                | 15 +++++++++++++--
 cpp/src/arrow/type.h                 |  9 +++++++++
 cpp/src/arrow/type_benchmark.cc      |  6 +++---
 cpp/src/arrow/type_test.cc           |  8 ++++----
 python/pyarrow/includes/libarrow.pxd |  4 ++++
 python/pyarrow/pandas_compat.py      |  2 +-
 python/pyarrow/tests/test_pandas.py  |  4 ++--
 python/pyarrow/tests/test_schema.py  |  8 ++++----
 python/pyarrow/tests/test_table.py   | 10 ++++++----
 python/pyarrow/tests/test_types.py   |  8 ++++----
 python/pyarrow/types.pxi             | 14 ++++++++++++--
 14 files changed, 65 insertions(+), 29 deletions(-)