alamb commented on code in PR #7850: URL: https://github.com/apache/arrow-rs/pull/7850#discussion_r2257166177
########## parquet/src/arrow/async_reader/mod.rs: ########## @@ -597,11 +610,16 @@ where metadata: self.metadata.as_ref(), }; + let cache_options_builder = Review Comment: Ultimate plan: 1. Don't actually change the sync reader to cache prediates 2. Instead, implement a push decoder which is more flexible (see #8000) -- 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