You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "satish (Jira)" <ji...@apache.org> on 2020/04/23 23:12:00 UTC

[jira] [Created] (HUDI-835) refactor HoodieMergeHandle into factory pattern

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)