rdblue commented on code in PR #5659:
URL: https://github.com/apache/iceberg/pull/5659#discussion_r997256590


##########
core/src/main/java/org/apache/iceberg/SystemProperties.java:
##########
@@ -30,14 +32,23 @@ private SystemProperties() {}
    */
   public static final String WORKER_THREAD_POOL_SIZE_PROP = 
"iceberg.worker.num-threads";
 
+  public static final String WORKER_THREAD_POOL_SIZE_ENV = 
"ICEBERG_WORKER_NUM_THREADS";
+
   /** Whether to use the shared worker pool when planning table scans. */
   public static final String SCAN_THREAD_POOL_ENABLED = 
"iceberg.scan.plan-in-worker-pool";
 
-  static boolean getBoolean(String systemProperty, boolean defaultValue) {
+  public static final String SCAN_THREAD_POOL_ENABLED_ENV = 
"ICEBERG_SCAN_PLAN_IN_WORKER_POOL";

Review Comment:
   Does this need to be explosed?



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