1
0

[HUDI-1992] Release the new records map for merge handle #close (#3056)

This commit is contained in:
Danny Chan
2021-06-09 21:12:56 +08:00
committed by GitHub
parent 728089a888
commit afbafe7046

View File

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