You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Antoine Pitrou (JIRA)" <ji...@apache.org> on 2018/05/10 17:15:00 UTC

[jira] [Created] (ARROW-2568) [Python] Expose thread pool size setting to Python, and deprecate "nthreads"

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)