westonpace commented on a change in pull request #10267:
URL: https://github.com/apache/arrow/pull/10267#discussion_r630577865



##########
File path: python/pyarrow/_flight.pyx
##########
@@ -874,6 +874,13 @@ cdef class _MetadataRecordBatchReader(_Weakrefable, 
_ReadPandasMixin):
 
         return chunk
 
+    def to_reader(self):
+        """Convert this reader into a regular RecordBatchReader."""

Review comment:
       Nit: Perhaps add a note that it does this by first reading the schema or 
some kind of indication that calling `to_reader` will cause it to read the 
schema.




-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to