You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "wangmeng (Jira)" <ji...@apache.org> on 2021/01/30 09:37:00 UTC

[jira] [Commented] (HUDI-1567) Support no partitioned and complex keys on write hudi table

    [ https://issues.apache.org/jira/browse/HUDI-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17275548#comment-17275548 ] 

wangmeng commented on HUDI-1567:
--------------------------------

Override the NonpartitionedKeyGenerator class and extends the ComplexKeyGenerator class . eg: 

public class NonpartitionedComplexKeyGenerator extends ComplexKeyGenerator 

> Support no partitioned and complex keys on write hudi table
> -----------------------------------------------------------
>
>                 Key: HUDI-1567
>                 URL: https://issues.apache.org/jira/browse/HUDI-1567
>             Project: Apache Hudi
>          Issue Type: Improvement
>            Reporter: wangmeng
>            Priority: Major
>
> Now,Hudi table only support no partitioned and simpled key . In business , need complexed keys



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