rdblue commented on a change in pull request #1420:
URL: https://github.com/apache/iceberg/pull/1420#discussion_r485983175
##########
File path: api/src/main/java/org/apache/iceberg/ManifestEntry.java
##########
@@ -25,7 +20,7 @@
import static org.apache.iceberg.types.Types.NestedField.optional;
import static org.apache.iceberg.types.Types.NestedField.required;
-interface ManifestEntry<F extends ContentFile<F>> {
+public interface ManifestEntry<F extends ContentFile<F>> {
Review comment:
We've really tried to avoid making `ManifestEntry` public because
exposing it makes the API much harder to use.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]