etseidl commented on code in PR #8802:
URL: https://github.com/apache/arrow-rs/pull/8802#discussion_r2511595417


##########
parquet/src/arrow/arrow_reader/mod.rs:
##########
@@ -1010,12 +1011,16 @@ impl<T: ChunkReader + 'static> Iterator for 
ReaderPageIterator<T> {
 
 impl<T: ChunkReader + 'static> PageIterator for ReaderPageIterator<T> {}
 
-/// An `Iterator<Item = ArrowResult<RecordBatch>>` that yields [`RecordBatch`]
-/// read from a parquet data source
+/// Reads Parquet data as Arrow [`RecordBatch`]es
+///
+/// This struct implements the [`RecordBatchReader`] trait and is an
+/// `Iterator<Item = ArrowResult<RecordBatch>>` that yields [`RecordBatch`].s

Review Comment:
   ```suggestion
   /// `Iterator<Item = ArrowResult<RecordBatch>>` that yields 
[`RecordBatch`]es.
   ```



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

Reply via email to