alamb opened a new pull request, #7319: URL: https://github.com/apache/arrow-rs/pull/7319
# Which issue does this PR close? - Part of https://github.com/apache/arrow-rs/pull/6921 # Rationale for this change ParquetRecordBatchStream is complicated (not unecessairly so), and it is hard for me to keep track of all the various readers, which gets all the more complicated with https://github.com/apache/arrow-rs/pull/6921 from @XiangpengHao It turns out the field named `reader` on `ParquetRecordBatchStream` is actually a `ReaderFactory`. # What changes are included in this PR? Change the name of the field to reflect that it is a factory that makes readers, not a reader itself # Are there any user-facing changes? No, this is an internal code change <!-- If there are user-facing changes then we may require documentation to be updated before approving the PR. --> <!--- If there are any breaking changes to public APIs, please call them out. --> -- 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]
