rdsr commented on a change in pull request #45: Lazily submit tasks in
ParallelIterable and add cancellation.
URL: https://github.com/apache/incubator-iceberg/pull/45#discussion_r240886083
##########
File path: core/src/main/java/com/netflix/iceberg/util/ThreadPools.java
##########
@@ -27,42 +27,21 @@
import java.util.concurrent.ThreadPoolExecutor;
public class ThreadPools {
- public static final String PLANNER_THREAD_POOL_SIZE_PROP =
- SystemProperties.PLANNER_THREAD_POOL_SIZE_PROP;
Review comment:
Seems like this property is no longer required. Would it make sense to
remove it?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services