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 04c467f  ARROW-8167: [CI] Add support for skipping builds with skip 
pattern in pull request title
     add d297a2f  ARROW-8079: [Python] Implement a wrapper for 
KeyValueMetadata, duck-typing dict where relevant

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/util/key_value_metadata.cc |  37 ++++++++
 cpp/src/arrow/util/key_value_metadata.h  |   8 +-
 python/pyarrow/__init__.py               |   1 +
 python/pyarrow/includes/libarrow.pxd     |   8 ++
 python/pyarrow/lib.pxd                   |  17 ++++
 python/pyarrow/pandas_compat.py          |   6 +-
 python/pyarrow/public-api.pxi            |  27 +++---
 python/pyarrow/table.pxi                 |  24 ++----
 python/pyarrow/tests/test_types.py       |  67 +++++++++++++++
 python/pyarrow/types.pxi                 | 139 +++++++++++++++++++++++++------
 10 files changed, 270 insertions(+), 64 deletions(-)

Reply via email to