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 18:36:20 UTC

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

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


   > One concern I have is that the current config also sets the number of maximum threads during reading parquet files.
   
   Is this still true though? I know we were creating threads at one point in time but we are using Tokio/async now, so we are not creating threads. Increasing partition count will increase the number of async tasks that we run in the thread pool but won't increase the number of threads.


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