rdblue commented on a change in pull request #1099:
URL: https://github.com/apache/iceberg/pull/1099#discussion_r436192450
##########
File path: core/src/main/java/org/apache/iceberg/ManifestFiles.java
##########
@@ -133,13 +134,29 @@ public static DeleteManifestReader
readDeleteManifest(ManifestFile manifest, Fil
throw new UnsupportedOperationException("Cannot write manifest for table
version: " + formatVersion);
}
+ static ManifestReader<?> open(ManifestFile manifest, FileIO io) {
Review comment:
Note that these aren't public.
----------------------------------------------------------------
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]