rdblue commented on code in PR #4741:
URL: https://github.com/apache/iceberg/pull/4741#discussion_r895212259
##########
core/src/test/java/org/apache/iceberg/io/InMemoryInputFile.java:
##########
@@ -64,6 +64,7 @@ private static class InMemorySeekableInputStream extends
SeekableInputStream {
private final int length;
private final ByteArrayInputStream delegate;
+ private boolean closed = false;
Review Comment:
Since these changes are mostly unrelated, can you separate them into their
own PR?
--
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]