alamb commented on code in PR #6477:
URL: https://github.com/apache/arrow-rs/pull/6477#discussion_r1779485492


##########
parquet/src/file/reader.rs:
##########
@@ -45,23 +45,39 @@ pub trait Length {
     fn len(&self) -> u64;
 }
 
-/// The ChunkReader trait generates readers of chunks of a source.
+/// Generates [`Read`]ers to read chunks of a Parquet data source.

Review Comment:
   @etseidl  and @tustvold I tried to update the documentation. Does this match 
your understanding of how `ChunkReader` is used? 



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