Antoine Pitrou created ARROW-2568:
-------------------------------------
Summary: [Python] Expose thread pool size setting to Python, and
deprecate "nthreads"
Key: ARROW-2568
URL: https://issues.apache.org/jira/browse/ARROW-2568
Project: Apache Arrow
Issue Type: Improvement
Components: Python
Affects Versions: 0.9.0
Reporter: Antoine Pitrou
Now that we have a global thread pool, we should:
* use it in places where we currently require an explicit number of threads
(with an additional {{use_threads}} argument to enable parallelism)
* deprecate the now pointless {{nthreads}} argument
* expose the thread pool capacity setting in Python
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)