[
https://issues.apache.org/jira/browse/HUDI-2269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17391978#comment-17391978
]
ASF GitHub Bot commented on HUDI-2269:
--------------------------------------
danny0405 commented on a change in pull request #3384:
URL: https://github.com/apache/hudi/pull/3384#discussion_r681450750
##########
File path:
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/io/HoodieMergeHandle.java
##########
@@ -357,7 +357,6 @@ public void write(GenericRecord oldRecord) {
}
}
- keyToNewRecords.clear();
((ExternalSpillableMap) keyToNewRecords).close();
Review comment:
The `close` method already release the `inMemoryMap` so that we can
remove the invocation of `clear`.
--
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]
> Release the disk map resource for flink streaming reader
> --------------------------------------------------------
>
> Key: HUDI-2269
> URL: https://issues.apache.org/jira/browse/HUDI-2269
> Project: Apache Hudi
> Issue Type: New Feature
> Reporter: Danny Chen
> Assignee: Danny Chen
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.9.0
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)