rizaon commented on code in PR #4518: URL: https://github.com/apache/iceberg/pull/4518#discussion_r959442033
########## core/src/main/java/org/apache/iceberg/ManifestFiles.java: ########## @@ -300,4 +328,14 @@ private static ManifestFile copyManifestInternal( return writer.toManifestFile(); } + + private static InputFile newInputFile(FileIO io, String path, long length) { + InputFile inputFile = io.newInputFile(path, length); Review Comment: [d86461e](https://github.com/apache/iceberg/pull/4518/commits/d86461ece6643f86a051b4e38fa00d76bcec31d1) address this improvement. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org