mr-brobot commented on issue #8011:
URL: https://github.com/apache/iceberg/issues/8011#issuecomment-1626372463

   Alternatively, and maybe most preferable due to [support for multi-processor 
environments in 
Python](https://docs.python.org/3/library/multiprocessing.html#introduction:~:text=multiprocessing%20is%20a,a%20given%20machine),
 we can always try to use `ProcessPoolExecutor` and fall back to 
`ThreadPoolExecutor`. Basically, we always choose the best option available, 
and the user doesn't have to think about it.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to