rdblue commented on code in PR #960: URL: https://github.com/apache/parquet-mr/pull/960#discussion_r860212492
########## parquet-common/src/main/java/org/apache/parquet/bytes/ByteBufferInputStream.java: ########## @@ -157,4 +181,83 @@ public void reset() throws IOException { public boolean markSupported() { return delegate.markSupported(); } + + public void close() throws IOException { Review Comment: Close delegate? -- 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: dev-unsubscr...@parquet.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org