Skip to content

Commit

Permalink
apacheGH-34017: [Python] Fix FlightStreamReader.read_chunk's docstring
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Jerphanion <[email protected]>
  • Loading branch information
jjerphan committed May 13, 2023
1 parent cd6e2a4 commit 9126335
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/pyarrow/_flight.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -1002,12 +1002,12 @@ cdef class _MetadataRecordBatchReader(_Weakrefable, _ReadPandasMixin):
return pyarrow_wrap_table(c_table)

def read_chunk(self):
"""Read the next RecordBatch along with any metadata.
"""Read the next FlightStreamChunk along with any metadata.
Returns
-------
data : RecordBatch
The next RecordBatch in the stream.
data : FlightStreamChunk
The next FlightStreamChunk in the stream.
app_metadata : Buffer or None
Application-specific metadata for the batch as defined by
Flight.
Expand Down

0 comments on commit 9126335

Please sign in to comment.