kou commented on code in PR #47197: URL: https://github.com/apache/arrow/pull/47197#discussion_r2233309218
########## python/pyarrow/ipc.pxi: ########## @@ -455,8 +455,8 @@ cdef class MessageReader(_Weakrefable): Parameters ---------- - source : bytes/buffer-like, pyarrow.NativeFile, or file-like Python object - A readable source, like an InputStream + source : bytes/buffer-like, pyarrow.NativeFile, pathlib.Path, or file-like Python object + A readable source, like an InputStreams open_Stream Review Comment: Is the ` open_Stream` garbage? ```suggestion A readable source, like an InputStreams ``` -- 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