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/11 19:15:02 UTC

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

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


   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.


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