AlenkaF commented on code in PR #48619:
URL: https://github.com/apache/arrow/pull/48619#discussion_r2685630919
##########
docs/source/python/filesystems.rst:
##########
@@ -116,11 +124,12 @@ This returns a list of :class:`FileInfo` objects,
containing information about
the type (file or directory), the size, the date last modified, etc.
You can also get this information for a single explicit path (or list of
-paths)::
+paths):
- >>> local.get_file_info('test.arrow')
- <FileInfo for 'test.arrow': type=FileType.File, size=3250>
+.. code-block:: python
+ >>> local.get_file_info('test.arrow')
Review Comment:
All saved files should be cleaned up thanks to the fixture here:
https://github.com/apache/arrow/pull/48619/files#diff-de7516be9fdc98a7bfc2fe897bd93bff7c7d0a5d62ea50759956c9745082a310.
I have tested this locally.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]