Hi Ryan I was going over some code in iceberg and noticed that the Manifest Entry class is not public. Because of this any code outside the package cannot iterate over a ManifestFile. Any thoughts on why this is the case and is there a recommended way of iterating over entries in ManifestFile outside com.netflix.iceberg package.
Thanks, Arvind