[GitHub] [arrow] pitrou commented on a change in pull request #7688: ARROW-9383: [Python] Support fsspec filesystems in Dataset API

2020-07-09 Thread GitBox
pitrou commented on a change in pull request #7688: URL: https://github.com/apache/arrow/pull/7688#discussion_r452171864 ## File path: python/pyarrow/fs.py ## @@ -63,6 +63,32 @@ def __getattr__(name): ) +def _ensure_filesystem(filesystem): +if

[GitHub] [arrow] pitrou commented on a change in pull request #7688: ARROW-9383: [Python] Support fsspec filesystems in Dataset API

2020-07-09 Thread GitBox
pitrou commented on a change in pull request #7688: URL: https://github.com/apache/arrow/pull/7688#discussion_r452090022 ## File path: python/pyarrow/dataset.py ## @@ -239,15 +240,18 @@ def _ensure_filesystem(fs_or_uri): ) filesystem =