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

[arrow] branch master updated (ad568ae -> 6cbaf72)

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

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


    from ad568ae  ARROW-6178: [Developer] Keep prompting for authors in merge script for multi-author PRs if given bad input
     add 6cbaf72  ARROW-3531: [Python] add Schema.field() method / deprecate field_by_name

No new revisions were added by this update.

Summary of changes:
 python/pyarrow/pandas_compat.py      |  2 +-
 python/pyarrow/table.pxi             | 43 +++++++-----------------------------
 python/pyarrow/tests/test_gandiva.py | 26 +++++++++++-----------
 python/pyarrow/tests/test_pandas.py  |  8 +++----
 python/pyarrow/tests/test_parquet.py |  4 ++--
 python/pyarrow/tests/test_schema.py  | 33 ++++++++++++++++++++++-----
 python/pyarrow/tests/test_table.py   | 24 ++++++++++++++++++++
 python/pyarrow/types.pxi             | 36 ++++++++++++++++++++++++++++--
 8 files changed, 114 insertions(+), 62 deletions(-)