danielcweeks commented on a change in pull request #1099:
URL: https://github.com/apache/iceberg/pull/1099#discussion_r437585734
##########
File path: core/src/main/java/org/apache/iceberg/BaseRewriteManifests.java
##########
@@ -235,7 +235,7 @@ private void performRewrite(List<ManifestFile>
currentManifests) {
keptManifests.add(manifest);
} else {
rewrittenManifests.add(manifest);
- try (ManifestReader reader = ManifestFiles.read(manifest,
ops.io(), ops.current().specsById())
+ try (ManifestReader<DataFile> reader =
ManifestFiles.read(manifest, ops.io(), ops.current().specsById())
Review comment:
Never mind, I see that the rewrite is only operating on the data
manifests and not all manifests.
----------------------------------------------------------------
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]