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)

Reply via email to