nastra commented on code in PR #16686:
URL: https://github.com/apache/iceberg/pull/16686#discussion_r3518148757
##########
core/src/main/java/org/apache/iceberg/ManifestFilterManager.java:
##########
@@ -300,16 +300,14 @@ private void validateRequiredDeletes(ManifestFile...
manifests) {
}
}
- private Set<F> deletedFiles(ManifestFile[] manifests) {
+ private Set<F> collectDeletedFiles(ManifestFile[] manifests) {
Review Comment:
nit: are we renaming this on purpose?
--
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]