jorisvandenbossche commented on a change in pull request #11245:
URL: https://github.com/apache/arrow/pull/11245#discussion_r719406296
##########
File path: python/pyarrow/io.pxi
##########
@@ -1357,6 +1380,18 @@ cdef class BufferedInputStream(NativeFile):
cdef class BufferedOutputStream(NativeFile):
+ """
+ Wraps an output stream making it buffered.
Review comment:
Also, maybe use "writable output stream" (in the beginning I always
found it confusing to know which of InputStream / OutputStream was meant for
reading / writing, since for writing your put something in a stream ..)
--
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]