rdblue commented on code in PR #16686:
URL: https://github.com/apache/iceberg/pull/16686#discussion_r3508285914
##########
core/src/main/java/org/apache/iceberg/ManifestFilterManager.java:
##########
@@ -574,6 +581,24 @@ private ManifestFile filterManifestWithDeletedFiles(
}
}
+ private static class FilterResult<T> {
Review Comment:
For simple cases like this, use `Pair` instead of of introducing new classes.
--
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]