raulcd commented on code in PR #12800:
URL: https://github.com/apache/arrow/pull/12800#discussion_r852880184
##########
python/pyarrow/ipc.py:
##########
@@ -89,10 +95,19 @@ class RecordBatchFileReader(lib._RecordBatchFileReader):
footer_offset : int, default None
If the file is embedded in some larger file, this is the byte offset to
the very end of the file data
+ options : pyarrow.ipc.IpcReadOptions
+ Options for IPC serialization.
+
Review Comment:
Removed not required empty line and updated memory_pool comment in all
occurrences as requested:
38bdde3d4dd1cba26846a88f467f1af0416bf1a8
--
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]