[
https://issues.apache.org/jira/browse/HUDI-1426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vinay updated HUDI-1426:
------------------------
Fix Version/s: 0.9.0
> 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)