HyukjinKwon commented on code in PR #48619:
URL: https://github.com/apache/arrow/pull/48619#discussion_r2685572773
##########
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:
This is also a really nitpick .. feel free to ignore it for now as I don't
want this kind of comment to block the PR.
Should we remove the file after the test somewhere somehow? Seems like
`test.arrow` file will be created but not removed?
--
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]