etseidl commented on code in PR #6477:
URL: https://github.com/apache/arrow-rs/pull/6477#discussion_r1779849232
##########
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.
///
-/// For more information see [`File::try_clone`]
+/// The Parquet reader uses [`ChunkReader`] to access Parquet data, potentially
Review Comment:
Should this say "to provide random access to Parquet data"?
--
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]