jorisvandenbossche commented on code in PR #13564: URL: https://github.com/apache/arrow/pull/13564#discussion_r924667442
########## python/pyarrow/_fs.pyx: ########## @@ -100,6 +100,48 @@ cdef class FileInfo(_Weakrefable): If given, the filesystem entry size in bytes. This should only be given if `type` is `FileType.File`. + Examples + -------- + Generate a file: + + >>> from pyarrow import fs + >>> local = fs.LocalFileSystem() + >>> path_fi = local_path + '/pyarrow-fi-example.dat' Review Comment: This is "fi" meant to be "fs"? -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org