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


##########
core/src/main/java/org/apache/iceberg/BaseRewriteManifests.java:
##########
@@ -164,7 +164,13 @@ private ManifestFile copyManifest(ManifestFile manifest) {
     InputFile toCopy = ops.io().newInputFile(manifest.path());
     OutputFile newFile = newManifestOutput();
     return ManifestFiles.copyRewriteManifest(
-        current.formatVersion(), toCopy, specsById, newFile, snapshotId(), 
summaryBuilder);
+        current.formatVersion(),
+        manifest.partitionSpecId(),
+        toCopy,

Review Comment:
   `toCopy` should be just after format version.



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