1
0

[HUDI-2269] Release the disk map resource for flink streaming reader (#3384)

This commit is contained in:
Danny Chan
2021-08-03 13:55:35 +08:00
committed by GitHub
parent aa857beee0
commit bec23bda50
5 changed files with 67 additions and 43 deletions

View File

@@ -357,7 +357,6 @@ public class HoodieMergeHandle<T extends HoodieRecordPayload, I, K, O> extends H
}
}
keyToNewRecords.clear();
((ExternalSpillableMap) keyToNewRecords).close();
writtenRecordKeys.clear();