[
https://issues.apache.org/jira/browse/HIVE-3195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13401229#comment-13401229
]
Harsh J commented on HIVE-3195:
-------------------------------
I know that Edward. I didn't find any references, so thought I'll look at it
later and cancelled the patch (although it is funny I would have to fix logs in
tests for a typo fix, heh).
{code}
➜ hive git:(typoutilities) grep "genereated" -R .
➜ hive git:(typoutilities)
{code}
In any case, what am I missing?
> Typo in dynamic partitioning code bits, says "genereated" instead of
> "generated" in some places.
> ------------------------------------------------------------------------------------------------
>
> Key: HIVE-3195
> URL: https://issues.apache.org/jira/browse/HIVE-3195
> Project: Hive
> Issue Type: Improvement
> Components: Query Processor
> Affects Versions: 0.7.1
> Reporter: Harsh J
> Priority: Trivial
> Labels: typo
> Attachments: HIVE-3195.patch, HIVE-3195.patch
>
>
> Typo:
> {code}
> --- ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java
> +++ ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java
> @@ -1860,7 +1860,7 @@ public final class Utilities {
> FileStatus[] status = Utilities.getFileStatusRecurse(loadPath,
> numDPCols,
>
> if (status.length == 0) {
> - LOG.warn("No partition is genereated by dynamic partitioning");
> + LOG.warn("No partition is generated by dynamic partitioning");
> return null;
> }
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira