leesf commented on a change in pull request #4139: URL: https://github.com/apache/hudi/pull/4139#discussion_r760264687
########## File path: hudi-hadoop-mr/src/main/java/org/apache/hudi/hadoop/realtime/RealtimeCompactedRecordReader.java ########## @@ -188,6 +189,7 @@ public long getPos() throws IOException { @Override public void close() throws IOException { + ((ExternalSpillableMap) deltaRecordMap).close(); Review comment: possible to add an ut for this? -- 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