Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
In several docstrings (of orc.read_table, parquet.read_table/ParquetDataset/write_to_dataset, we have something like:
filesystem : FileSystem, default None
If nothing passed, paths assumed to be found in the local on-disk
filesystem.
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.
Attachments
Issue Links
- links to