Commits


Raúl Cumplido authored and Joris Van den Bossche committed f47e38d2abf
ARROW-15364: [Python] Update filesystem entry in read docstrings to reflect current behaviour Update docstring to reflect current behaviour. When filesystem is `None` we will use `LocalFileSystem` if path is found and exists locally. Otherwise we try to find the FileSystem based on the URI as seen here: https://github.com/apache/arrow/blob/master/python/pyarrow/fs.py#L166-L187 Closes #12787 from raulcd/ARROW-15364 Authored-by: Raúl Cumplido <raulcumplido@gmail.com> Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>