the-other-tim-brown commented on code in PR #13178: URL: https://github.com/apache/hudi/pull/13178#discussion_r2062857868
########## hudi-hadoop-common/src/main/java/org/apache/hudi/io/hadoop/HoodieHBaseAvroHFileReader.java: ########## @@ -628,6 +628,8 @@ public boolean hasNext() { try { // NOTE: This is required for idempotency if (eof) { + // eagerly close + close(); Review Comment: Updated the PR to remove all changes to the file reader classes -- 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: commits-unsubscr...@hudi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org