alamb commented on code in PR #7319:
URL: https://github.com/apache/arrow-rs/pull/7319#discussion_r2008296013
##########
parquet/src/arrow/async_reader/mod.rs:
##########
@@ -557,7 +557,7 @@ impl<T: AsyncFileReader + Send + 'static>
ParquetRecordBatchStreamBuilder<T> {
let batch_size = self
.batch_size
.min(self.metadata.file_metadata().num_rows() as usize);
- let reader = ReaderFactory {
+ let reader_factory = ReaderFactory {
Review Comment:
`reader_factory` I think better expresses that this is not a `Reader` but
something that makes `Readers`
--
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]