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

[jira] [Created] (HUDI-1636) Support Builder Pattern To Build Table Properties For HoodieTableConfig

pengzhiwei created HUDI-1636:
--------------------------------

             Summary: Support  Builder Pattern  To Build Table Properties For HoodieTableConfig
                 Key: HUDI-1636
                 URL: https://issues.apache.org/jira/browse/HUDI-1636
             Project: Apache Hudi
          Issue Type: Improvement
          Components: Common Core
            Reporter: pengzhiwei


Currently we use HoodieTableMetaClient#initTableType to init the table properties. As the number of Table Properties increases,It is hard to maintain the code for the initTableType method, especially when we add a new table property. Support Builder Pattern to build the table config properties may solve this problem.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)