Akanksha-kedia opened a new pull request, #6742: URL: https://github.com/apache/hive/pull/6742
### What changes were proposed in this pull request? Fixes several unrelated small misspellings found while reviewing comments and docs: - `metastore-benchmarks` README: `<optins>` -> `<options>` (2 occurrences) - `.github/pull_request_template.md`: "reproducable" -> "reproducible" - `Hive.java`: "Partiton" -> "Partition", "transfering" -> "transferring", "differnent" -> "different" - `PartitionIterable.java`: "seperate" -> "separate" - `PartitionTree.java`: "bofore" -> "before" - `StatsPublisher.java`: "statics" -> "statistics" (Javadoc) - `VariantBuilder.java`: "calcualtion" -> "calculation" - `HiveMaterializedViewsRegistry.java`: "partion" -> "partition" - `HiveUtils.java`: "characeters" -> "characters" - `BasicStatsNoJobTask.java`: "intresting" -> "interesting" (exception message) - `debug/Utils.java`: "directoty" -> "directory" - `HiveClientCache.java`: "wont" -> "won't" - `metastore-validation-test.sh`: "occurances" -> "occurrences", "retrive" -> "retrieve" (x4), "begining" -> "beginning", "detemine" -> "determine", "thrid" -> "third" (x2) — comment text only, the `num_occurances()` function name is left unchanged to avoid touching code structure No JIRA ticket filed since this is a comment/doc-only, non-functional change with no behavior impact — happy to file one if a reviewer prefers that. ### Why are the changes needed? Spelling correctness in comments, docs, and a dev/test script. No behavior change. ### Does this PR introduce any user-facing change? No. Only comment/doc/string text changes. The one exception message text change (`BasicStatsNoJobTask.java`) is not asserted by any existing test. ### How was this patch tested? Comment/doc/string-only changes; no test behavior is affected. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
