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/06/03 12:27:37 UTC

[arrow] branch master updated (53e8438 -> b694825)

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 53e8438  ARROW-9024: [C++/Python] Install anaconda-client in conda-clean job
     add b694825  ARROW-8711: [Python] Expose timestamp_parsers in csv.ConvertOptions

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/csv/options.h          |  2 +-
 cpp/src/arrow/util/value_parsing.cc  | 11 +++++
 cpp/src/arrow/util/value_parsing.h   |  4 ++
 python/pyarrow/_csv.pyx              | 83 ++++++++++++++++++++++++++++++++----
 python/pyarrow/array.pxi             |  2 +-
 python/pyarrow/csv.py                |  4 +-
 python/pyarrow/includes/libarrow.pxd | 21 +++++++--
 python/pyarrow/scalar.pxi            |  7 ++-
 python/pyarrow/tests/test_csv.py     | 73 ++++++++++++++++++++++++++++---
 python/pyarrow/types.pxi             | 12 +++---
 10 files changed, 186 insertions(+), 33 deletions(-)