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:33:00 UTC

[jira] [Assigned] (HUDI-981) Introduce AbstractHoodieIndex for hudi write client

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

wangxianghu reassigned HUDI-981:
--------------------------------

    Assignee: wangxianghu

> Introduce AbstractHoodieIndex for hudi write client
> ---------------------------------------------------
>
>                 Key: HUDI-981
>                 URL: https://issues.apache.org/jira/browse/HUDI-981
>             Project: Apache Hudi
>          Issue Type: Sub-task
>            Reporter: wangxianghu
>            Assignee: wangxianghu
>            Priority: Major
>
> At a high level, HoodieIndex should be irrelevant to engines. So we should make an abstract of it.
> would be like this
> {code:java}
> //代码占位符
> public abstract class AbstractHoodieIndex<T extends HoodieRecordPayload,
>     I extends HoodieWriteInput, K extends HoodieWriteKey, O extends HoodieWriteOutput, P> implements Serializable {
> ....
> }
> {code}
>  



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