rdblue commented on code in PR #16867:
URL: https://github.com/apache/iceberg/pull/16867#discussion_r3502361999


##########
core/src/main/java/org/apache/iceberg/TrackedFileAdapters.java:
##########
@@ -24,7 +24,10 @@
 import java.util.Set;
 import org.apache.iceberg.relocated.com.google.common.base.Preconditions;
 
-/** Adapts {@link TrackedFile} entries to the {@link DataFile} and {@link 
DeleteFile} APIs. */
+/**
+ * Adapts {@link TrackedFile} entries to the {@link DataFile}, {@link 
DeleteFile}, and {@link
+ * ManifestFile} APIs.

Review Comment:
   If comments require regular maintenance when touching the file, I prefer to 
rewrite them to minimize churn. This doesn't need to list everything that can 
be produced. Maybe edit this so that it say `for example, {@link DataFile}`?



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