andygrove commented on pull request #683: URL: https://github.com/apache/arrow-datafusion/pull/683#issuecomment-877808503
I spent some more time reviewing the codebase this morning and it appears that we no longer use the `concurrency` config to determine concurrency as in number of threads, but only use it to determine partition counts when repartitioning, so I think we should just rename this field, rather than introduce a new config. Tokio is managing concurrency level automatically. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
