samredai commented on PR #4745:
URL: https://github.com/apache/iceberg/pull/4745#issuecomment-1126363439

   @chyzzqo2 this is a great point. We already have the 
`iceberg.scan.plan-in-worker-pool` config property that enables this code path. 
Maybe we can add a config along the lines of 
`iceberg.scan.plan-in-worker-pool.type` with values of "threads" or 
"processes". Also I just noticed that "threads" is in the config property name 
for pool sizes 
([here](https://github.com/apache/iceberg/blob/93111e83b2e56989a980d410b431f3edaa1c21c2/python_legacy/iceberg/core/util/__init__.py#L30-L32))
 which can be confusing if processes are actually being used.


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