Commits


Jim Klucar authored and Joris Van den Bossche committed 5e192008df5
ARROW-9840: [Python] fs documentation out of date with code (FileStats -> FileInfo) Documentation for the python filesystem interface was not updated when the code changed FileStats to FileInfo. The code still has a line saying FileStats = FileInfo "for backward compatibility" that may not be correct because as this shows, FileInfo doesn't have the `get_target_stats` method. Closes #8038 from klucar/python_doc_fs_update Authored-by: Jim Klucar <klucar@gmail.com> Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>