amol- commented on a change in pull request #11245: URL: https://github.com/apache/arrow/pull/11245#discussion_r719428243
########## File path: python/pyarrow/io.pxi ########## @@ -1307,6 +1317,19 @@ ctypedef CRandomAccessFile* _RandomAccessFilePtr cdef class BufferedInputStream(NativeFile): + """ + An InputStream that performs buffered reads from an unbuffered InputStream, + which can mitigate the overhead of many small reads in some cases + + Parameters + ---------- + stream : NativeFile Review comment: renamed `InputStream` to `input stream` in the class description -- 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