You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Joris Van den Bossche (Jira)" <ji...@apache.org> on 2022/01/19 14:07:00 UTC

[jira] [Created] (ARROW-15364) [Python][Doc] Update filesystem entry in read docstrings

Joris Van den Bossche created ARROW-15364:
---------------------------------------------

             Summary: [Python][Doc] Update filesystem entry in read docstrings
                 Key: ARROW-15364
                 URL: https://issues.apache.org/jira/browse/ARROW-15364
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Documentation, Python
            Reporter: Joris Van den Bossche


In several docstrings (of orc.read_table, parquet.read_table/ParquetDataset/write_to_dataset, we have something like:

{code}
filesystem : FileSystem, default None
    If nothing passed, paths assumed to be found in the local on-disk
    filesystem.
{code}

but this is actually no longer up to date. If filesystem is not specified, it will be inferred from the path, which can both be a path to local disk, or be a URI.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)