You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ks...@apache.org on 2020/03/02 12:39:48 UTC

[arrow] branch master updated (357eb6b -> 8200626)

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

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


    from 357eb6b  ARROW-7971: [Rust] Create rowcount utility
     add 8200626  ARROW-7936: [Python] Fix and exercise tests on python 3.5

No new revisions were added by this update.

Summary of changes:
 .github/workflows/python.yml          |   8 +-
 ci/docker/ubuntu-16.04-cpp.dockerfile |   6 +-
 ci/scripts/cpp_build.sh               |   1 +
 dev/tasks/python-wheels/osx-build.sh  |   1 -
 python/pyarrow/__init__.py            |   2 +-
 python/pyarrow/includes/libarrow.pxd  |  24 +--
 python/pyarrow/io.pxi                 | 361 ++++++++++++++++++++++------------
 python/pyarrow/lib.pxd                |   9 +-
 python/pyarrow/tests/test_fs.py       |  12 +-
 python/pyarrow/tests/test_io.py       | 116 +++++++----
 python/pyarrow/tests/test_parquet.py  |  13 +-
 python/requirements-test.txt          |   6 +-
 12 files changed, 366 insertions(+), 193 deletions(-)