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 2021/07/12 20:07:04 UTC

[GitHub] [arrow-datafusion] alamb commented on pull request #706: Rename concurrency to default_partitions

alamb commented on pull request #706:
URL: https://github.com/apache/arrow-datafusion/pull/706#issuecomment-878422340


   > What's the ideal design going forward? If the end goal is to create one async task for each partition and let tokio thread pool to manage the parallelism (threads), then I think the proper change we want to introduce should be getting rid of spawn_blocking and make read_files fully async.
   
   I agree with @houqp that the ideal design is to make the parquet reader fully async (which is blocked on getting an actually async parquet reader)


-- 
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