westonpace commented on code in PR #13662: URL: https://github.com/apache/arrow/pull/13662#discussion_r935884299
########## python/pyarrow/_fs.pyx: ########## @@ -782,6 +782,9 @@ cdef class LocalFileSystem(FileSystem): use_mmap : bool, default False Whether open_input_stream and open_input_file should return a mmap'ed file or a regular file. + reuse : bool, default True + If set to False, will use posix_fadvise to (try) not use the page cache. + This will only work on Linux!! Review Comment: By the one in C++ I meant whatever comment you added to respond to this suggestion: https://github.com/apache/arrow/pull/13662/files#r929417116 -- 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