RussellSpitzer commented on code in PR #17284:
URL: https://github.com/apache/iceberg/pull/17284#discussion_r3658571649
##########
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:
Let's get some integration tests on this to make sure that when our
parameter is enabled it is actually using eager
--
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]