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

[jira] [Assigned] (HUDI-982) Introduce AbstractHoodieTable for hudi write client

     [ https://issues.apache.org/jira/browse/HUDI-982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

wangxianghu reassigned HUDI-982:
--------------------------------

    Assignee: wangxianghu

> Introduce AbstractHoodieTable for hudi write client
> ---------------------------------------------------
>
>                 Key: HUDI-982
>                 URL: https://issues.apache.org/jira/browse/HUDI-982
>             Project: Apache Hudi
>          Issue Type: Sub-task
>            Reporter: wangxianghu
>            Assignee: wangxianghu
>            Priority: Major
>
> could be like this
> {code:java}
> //代码占位符
> public abstract class HoodieTable<T extends HoodieRecordPayload, I extends HoodieWriteInput, K extends HoodieWriteKey, O extends HoodieWriteOutput, P> implements Serializable {
>   private static final Logger LOG = LoggerFactory.getLogger(HoodieTable.class);
>   protected final HoodieWriteConfig config;
>   protected final HoodieTableMetaClient metaClient;
>   protected final AbstractHoodieIndex<T, I, K, O, P> index;
>   private SerializableConfiguration hadoopConfiguration;
>   private HoodieEngineContext context;
>   private transient FileSystemViewManager viewManager;
>   protected final TaskContextSupplier taskContextSupplier;
> ...
> }{code}



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