stevenzwu commented on code in PR #3095:
URL: https://github.com/apache/iceberg/pull/3095#discussion_r852574695


##########
core/src/main/java/org/apache/iceberg/ManifestGroup.java:
##########
@@ -189,6 +189,48 @@ public CloseableIterable<FileScanTask> planFiles() {
     }
   }
 
+  /**
+   * Returns a iterable of scan tasks. It is safe to add entries of this 
iterable
+   * to a collection as {@link DataFile} in each {@link FileScanTask} is 
defensively
+   * copied.
+   * @return a {@link CloseableIterable} of {@link FileScanTask}
+   */
+  public CloseableIterable<FileScanTask> planStreamingFiles() {

Review Comment:
   Streaming is an ambiguous name here. maybe `planFilesForChangelog`?



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