rmahindra123 commented on code in PR #9477:
URL: https://github.com/apache/hudi/pull/9477#discussion_r1298657492


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/metadata/HoodieBackedTableMetadataWriter.java:
##########
@@ -553,6 +553,7 @@ private HoodieData<HoodieRecord> 
readRecordKeysFromBaseFiles(HoodieEngineContext
         @Override
         public void close() {
           recordKeyIterator.close();
+          reader.close();

Review Comment:
   let's take this out, we will fix it properly.



-- 
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]

Reply via email to