You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/07/31 21:29:07 UTC

[GitHub] [arrow-datafusion] alamb commented on issue #2992: Allow Overriding AsyncFileReader used by ParquetExec

alamb commented on issue #2992:
URL: https://github.com/apache/arrow-datafusion/issues/2992#issuecomment-1200503774

   
   
   For anyone else following along, here is the `AsyncFileReader` is the trait I think @tustvold  is talking about https://docs.rs/parquet/19.0.0/parquet/arrow/async_reader/trait.AsyncFileReader.html
   
   Here is the `ParquetFileReader`:
   https://github.com/apache/arrow-datafusion/blob/c345f6d707a9bf8ed3395af997e8b3495ed6de7d/datafusion/core/src/physical_plan/file_format/parquet.rs#L350-L355
   


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org