satish created HUDI-835:
---------------------------
Summary: refactor HoodieMergeHandle into factory pattern
Key: HUDI-835
URL: https://issues.apache.org/jira/browse/HUDI-835
Project: Apache Hudi (incubating)
Issue Type: Improvement
Components: Code Cleanup
Reporter: satish
Assignee: satish
As part of [this PR|https://github.com/apache/incubator-hudi/pull/1540], we
changed Create and Append handles to use factory pattern to avoid code
duplication.
For consistency, we want to move HoodieMergeHandle also into factory pattern.
One possible approach to achieving that is to move 'recordItr' from MergeHandle
constructor into UpdateHandler class.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)