aokolnychyi commented on code in PR #5301:
URL: https://github.com/apache/iceberg/pull/5301#discussion_r929131614
##########
core/src/main/java/org/apache/iceberg/ManifestGroup.java:
##########
@@ -279,4 +289,45 @@ public void close() throws IOException {
}
});
}
+
+ @FunctionalInterface
+ interface CreateTasksFunction<T extends ScanTask> {
Review Comment:
I could use `BiFunction` here but the definition would be bulky so I decided
to add a functional interface just to shorten lines.
--
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]