You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/05/12 06:38:52 UTC

[GitHub] [iceberg] Fokko commented on a diff in pull request #4745: [python legacy] use process pool instead of thread pool for files planning

Fokko commented on code in PR #4745:
URL: https://github.com/apache/iceberg/pull/4745#discussion_r870996580


##########
python_legacy/iceberg/core/data_table_scan.py:
##########
@@ -18,7 +18,7 @@
 import itertools
 import logging
 from multiprocessing import cpu_count
-from multiprocessing.dummy import Pool

Review Comment:
   nit; we could combine the imports:
   ```python
   from multiprocessing import cpu_count, Pool
   ```



-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org