ConeyLiu commented on code in PR #7844:
URL: https://github.com/apache/iceberg/pull/7844#discussion_r1232268308
##########
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:
The ParallelIterable is a common util, does this config is used target for
manifest only?
--
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]