[HUDI-1994] Release the new records iterator for append handle #close (#3058)
This commit is contained in:
@@ -386,6 +386,7 @@ public class HoodieAppendHandle<T extends HoodieRecordPayload, I, K, O> extends
|
||||
try {
|
||||
// flush any remaining records to disk
|
||||
appendDataAndDeleteBlocks(header);
|
||||
recordItr = null;
|
||||
if (writer != null) {
|
||||
writer.close();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user