xiarixiaoyao commented on a change in pull request #4139:
URL: https://github.com/apache/hudi/pull/4139#discussion_r761058534
##########
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:
UT added.
now we have no way to get the path of DiskMap in
RealtimeCompactedRecordReader.
so in the test we search the TMP file and check whether it has been deleted
--
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]