niyue commented on code in PR #13041:
URL: https://github.com/apache/arrow/pull/13041#discussion_r980795270
##########
python/pyarrow/ipc.pxi:
##########
@@ -908,6 +958,32 @@ cdef class _RecordBatchFileReader(_Weakrefable):
# time has passed
get_record_batch = get_batch
+ def get_batch_with_custom_metadata(self, int i):
+ """
+ Read the record batch with the given index along with its custom
metadata
Review Comment:
Fixed.
--
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]