wombatu-kun commented on code in PR #16910:
URL: https://github.com/apache/iceberg/pull/16910#discussion_r3818131423


##########
core/src/main/java/org/apache/iceberg/RewriteTablePathUtil.java:
##########
@@ -283,6 +301,19 @@ public static RewriteResult<ManifestFile> 
rewriteManifestList(
                 mf.path(),
                 sourcePrefix));
 
+    long unmeasured =

Review Comment:
   Done 6f73ff1da.
   
   @varun-lakhyani over the manifests this method iterates the two are the same 
predicate: `rebuildMetadata` filters `snapshot.allManifests` with that set, and 
every manifest it then rewrites records its length on `RewriteResult`, so the 
only way into the map is having been rewritten. Carried-over manifests stay 
outside it by design and keep their source length.
   



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