Sagar Sumit created HUDI-8870:
---------------------------------
Summary: Avoid calling values() on ExternalSpillableMap
Key: HUDI-8870
URL: https://issues.apache.org/jira/browse/HUDI-8870
Project: Apache Hudi
Issue Type: Task
Reporter: Sagar Sumit
Fix For: 1.1.0
We should avoid calling values() and holding large collection in memory for
ExternalSpillableMap. This defeats the purpose of disk based map structure.
When iteration through the elements is required, we should implement
iterators().
--
This message was sent by Atlassian Jira
(v8.20.10#820010)