amol- commented on a change in pull request #11245: URL: https://github.com/apache/arrow/pull/11245#discussion_r719424962
########## File path: python/pyarrow/_dataset.pyx ########## @@ -2791,7 +2838,14 @@ cdef class RecordBatchIterator(_Weakrefable): class TaggedRecordBatch(collections.namedtuple( "TaggedRecordBatch", ["record_batch", "fragment"])): - """A combination of a record batch and the fragment it came from.""" + """ + A combination of a record batch and the fragment it came from. + + Parameters + ---------- + record_batch : The record batch. + fragment : fragment of the record batch. Review comment: Yes, it is mandatory or numpydoc will complain that the class isn't documented. -- 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