rdblue commented on pull request #2754:
URL: https://github.com/apache/iceberg/pull/2754#issuecomment-873639393


   > Does it mean that we should create a thread pool with a session lifetime 
(I'm not sure how to implement), or just replace the WORKER_POOL with a newly 
created one when it's necessary?
   
   The worker pool is shared and is not something we want to change. In your 
case, you'd want to add the ability to pass a pool when planning a scan and 
then update the Spark code to keep track of a pool per session.


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