alamb commented on code in PR #8022: URL: https://github.com/apache/arrow-rs/pull/8022#discussion_r2241107227
########## parquet/src/arrow/async_reader/mod.rs: ########## @@ -898,13 +907,29 @@ impl InMemoryRowGroup<'_> { projection: &ProjectionMask, selection: Option<&RowSelection>, ) -> Result<()> { + let FetchRanges { Review Comment: I just broke up `fetch` into three functions -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org