rdblue commented on a change in pull request #4147:
URL: https://github.com/apache/iceberg/pull/4147#discussion_r810656952



##########
File path: core/src/main/java/org/apache/iceberg/SnapshotProducer.java
##########
@@ -86,6 +87,8 @@ public void accept(String file) {
   private boolean stageOnly = false;
   private Consumer<String> deleteFunc = defaultDelete;
 
+  private ExecutorService planExecutorService = ThreadPools.getWorkerPool();

Review comment:
       What about calling this `workerPool` instead of executor service? I 
think that's a bit more clear and we use the term "thread pool" in most places.




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