rdblue commented on code in PR #7844: URL: https://github.com/apache/iceberg/pull/7844#discussion_r1430496740
########## core/src/main/java/org/apache/iceberg/SystemConfigs.java: ########## @@ -42,6 +42,17 @@ private SystemConfigs() {} Math.max(2, Runtime.getRuntime().availableProcessors()), Integer::parseUnsignedInt); + /** + * The size of the queue in ParallelIterable. This queue limits the memory usage of manifest + * reader. + */ + public static final ConfigEntry<Integer> MANIFESTS_READER_QUEUE_SIZE = Review Comment: It doesn't matter that it is only used for one purpose right now. The iterable should be kept generic by passing in configuration. -- 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