RussellSpitzer commented on PR #11157:
URL: https://github.com/apache/iceberg/pull/11157#issuecomment-2436423651

   @manuzhang Can you summerize the usage of ExecutorService on the Spark 
Executors? It looks like the current fix involves making a new Executor service 
per task and i'm not sure that's what we want to do. I wonder if it makes more 
sense to pass in a Supplier<ExecutorService> so we don't have to implement a 
wrapper class.


-- 
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-unsubscr...@iceberg.apache.org

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


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

Reply via email to