varun-lakhyani commented on code in PR #17284:
URL: https://github.com/apache/iceberg/pull/17284#discussion_r3669420461
##########
core/src/main/java/org/apache/iceberg/ManifestFiles.java:
##########
@@ -578,9 +579,31 @@ private static InputFile newInputFile(FileIO io,
ManifestFile manifest) {
return contentCache(io).tryCache(input);
}
+ if (eagerFetchEnabled(io)) {
Review Comment:
Added in TestManifestReader - 2 tests
- verification of flag working correctly (had to make newInputFile to
package private from private)
- verification of accurate final result after eager fetching
--
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]