This only impacts columns that are not zero-copyable. The GIL only needs to be held while invoking C API functions like PyArray_SimpleNew or PyString_FromStringAndSize. If there are many string columns, we may be concerned over GIL contention
Reporter: Wes McKinney / @wesm
Note: This issue was originally created as ARROW-364. Please see the migration documentation for further details.
This only impacts columns that are not zero-copyable. The GIL only needs to be held while invoking C API functions like
PyArray_SimpleNeworPyString_FromStringAndSize. If there are many string columns, we may be concerned over GIL contentionReporter: Wes McKinney / @wesm
Note: This issue was originally created as ARROW-364. Please see the migration documentation for further details.