jorisvandenbossche commented on a change in pull request #12452:
URL: https://github.com/apache/arrow/pull/12452#discussion_r832294142
##########
File path: python/pyarrow/includes/libarrow.pxd
##########
@@ -1784,11 +1788,26 @@ cdef extern from "arrow/json/reader.h" namespace
"arrow::json" nogil:
CResult[shared_ptr[CTable]] Read()
+cdef extern from "arrow/util/thread_pool.h" namespace "arrow::internal" nogil:
Review comment:
> They have different namespaces by the way, the
`GetCpuThreadPoolCapacity` is `arrow::` while the `CExecutor` is
`arrow:internal::`
That's more a C++ question, but if we use this here, shouldn't that ideally
be moved in the arrow namespace instead of the internal?(cc @pitrou)
--
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]