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

[arrow] branch master updated (2688a62 -> 3c2f65f)

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

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


    from 2688a62  ARROW-7895: [Python] Remove more python 2.7 cruft
     add 3c2f65f  ARROW-7063: [C++][Python] Add metadata output and toggle in PrettyPrint, add pyarrow.Schema.to_string, disable metadata output by default

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/pretty_print.cc        | 67 ++++++++++++++++++++++++------------
 cpp/src/arrow/pretty_print.h         | 11 ++++--
 cpp/src/arrow/pretty_print_test.cc   | 31 ++++++++++++++---
 cpp/src/arrow/type.cc                |  8 ++---
 cpp/src/arrow/type.h                 |  8 +++--
 python/pyarrow/includes/libarrow.pxd |  5 +++
 python/pyarrow/tests/test_schema.py  | 14 ++++++++
 python/pyarrow/types.pxi             | 29 +++++++++++-----
 8 files changed, 129 insertions(+), 44 deletions(-)