veenaypatil opened a new pull request #2998: URL: https://github.com/apache/hudi/pull/2998
## What is the purpose of the pull request This PR renames two classes according to came case format. Hudi documentation points to camel case format https://hudi.apache.org/docs/writing_data.html ``` Non partitioned table - NonPartitionedKeyGenerator.java. Non-partitioned tables can currently only have a single key column, HUDI-1053 ``` ## Brief change log - Rename `NonpartitionedAvroKeyGenerator` to `NonPartitionedAvroKeyGenerator` - Rename `NonpartitionedKeyGenerator` to `NonPartitionedKeyGenerator` ## Verify this pull request This pull request is a trivial code cleanup and is already covered by existing tests, such as - hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/keygen/TestNonPartitionedKeyGenerator.java - hudi-flink/src/test/java/org/apache/hudi/table/TestHoodieTableFactory.java - hudi-spark-datasource/hudi-spark/src/test/java/org/apache/hudi/client/TestBootstrap.java - hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/functional/TestCOWDataSource.scala - hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/functional/TestMORDataSource.scala ## Committer checklist - [X] Has a corresponding JIRA in PR title & commit - [X] Commit message is descriptive of the change - [ ] CI is green - [ ] Necessary doc changes done or have another open PR - [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
