[HUDI-1992] Release the new records map for merge handle #close (#3056)
This commit is contained in:
@@ -344,6 +344,7 @@ public class HoodieMergeHandle<T extends HoodieRecordPayload, I, K, O> extends H
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
keyToNewRecords.clear();
|
||||||
((ExternalSpillableMap) keyToNewRecords).close();
|
((ExternalSpillableMap) keyToNewRecords).close();
|
||||||
writtenRecordKeys.clear();
|
writtenRecordKeys.clear();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user