js8544 commented on issue #37276:
URL: https://github.com/apache/arrow/issues/37276#issuecomment-1689614885

   > In principle you can run multiple threads on a single CPU through the 
kernel scheduling one part after another. But that might already be covered in 
a different test, then skipping should be fine.
   
   True. These two tests use the default capacity which is infered with [this 
logic](https://github.com/apache/arrow/blob/main/cpp/src/arrow/util/thread_pool.cc#L705).
 We can also force them to use a custom threadpool with multiple threads, which 
will need some refactoring. I'm not sure if it's worth it though.


-- 
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]

Reply via email to