You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "vinoyang (Jira)" <ji...@apache.org> on 2021/05/31 11:46:00 UTC

[jira] [Closed] (HUDI-1426) Typo in class declaration

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

vinoyang closed HUDI-1426.
--------------------------
    Resolution: Done

38e132e3a1af5263591dfd825756115e2ced1940

> Typo in class declaration
> -------------------------
>
>                 Key: HUDI-1426
>                 URL: https://issues.apache.org/jira/browse/HUDI-1426
>             Project: Apache Hudi
>          Issue Type: Improvement
>          Components: Code Cleanup
>            Reporter: Alessio Cuzzocrea
>            Assignee: Vinay
>            Priority: Trivial
>              Labels: pull-request-available
>             Fix For: 0.9.0
>
>
> In hudi 0.6.0 I've noticed a minor typo  in class declaration:
> {code:java}
> org.apache.hudi.keygen.NonpartitionedKeyGenerator{code}
> should be 
> {code:java}
> org.apache.hudi.keygen.NonPartitionedKeyGenerator{code}
>  like its extractor counterpart 
> {code:java}
> org.apache.hudi.hive.NonPartitionedExtractor{code}
> and like it is written in the documentation.



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