You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by jo...@apache.org on 2020/11/09 12:28:13 UTC

[arrow] branch master updated (a3f97ab -> 66aad85)

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

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


    from a3f97ab  ARROW-10462: [Python] Fix usage of fsspec in ParquetDataset causing path issue on Windows
     add 66aad85  ARROW-10471: [CI][Python] Ensure we have tests with s3fs and run those on CI

No new revisions were added by this update.

Summary of changes:
 .github/workflows/python.yml         |  10 ++--
 ci/conda_env_python.yml              |   2 +
 python/pyarrow/tests/test_fs.py      |  51 +++++++++++-----
 python/pyarrow/tests/test_parquet.py | 113 +++++++++++++++++++++++++++++------
 4 files changed, 138 insertions(+), 38 deletions(-)