[
https://issues.apache.org/jira/browse/HUDI-982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
wangxianghu updated HUDI-982:
-----------------------------
Summary: Add commit action implemetation to hudi-flink-client (was:
Introduce AbstractHoodieTable for hudi write client)
> Add commit action implemetation to hudi-flink-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<T>, I, K, O,
> P> implements Serializable {
> private static final Logger LOG = LogManager.getLogger(HoodieTable.class);
> protected final HoodieWriteConfig config;
> protected final HoodieTableMetaClient metaClient;
> protected final AbstractHoodieIndex<T, I, K, O, P> index;
> private SerializableConfiguration hadoopConfiguration;
> private transient FileSystemViewManager viewManager;
> protected final TaskContextSupplier taskContextSupplier;
> ...
> }{code}
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)