the-other-tim-brown commented on code in PR #13148:
URL: https://github.com/apache/hudi/pull/13148#discussion_r2046877179
##########
hudi-common/src/main/java/org/apache/hudi/common/table/read/HoodieFileGroupReader.java:
##########
@@ -319,9 +319,6 @@ public void close() throws IOException {
if (recordBuffer != null) {
recordBuffer.close();
}
- if (readerContext != null) {
- readerContext.close();
Review Comment:
The reader context doesn't have anything to close so there is no need for
this line currently and no need to make the class implement closeable
--
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]