anoopj commented on code in PR #18021:
URL: https://github.com/apache/iceberg/pull/18021#discussion_r3983754697


##########
core/src/main/java/org/apache/iceberg/V4ManifestReader.java:
##########
@@ -123,10 +132,13 @@ private void incrementSkipCount(FileContent content) {
   }
 
   private CloseableIterable<TrackedFile> open() {
+    InputFile file = ManifestFiles.newInputFile(io, manifest);

Review Comment:
    Makes sense. Changed so the read bypasses the manifest content cache. Also 
reverted ManifestFiles.newInputFile back to private since the reader no longer 
needs it.



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