You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2013/01/09 11:28:46 UTC

[jira] [Commented] (HIVE-3195) Typo in dynamic partitioning code bits, says "genereated" instead of "generated" in some places.

    [ https://issues.apache.org/jira/browse/HIVE-3195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13548110#comment-13548110 ] 

Hudson commented on HIVE-3195:
------------------------------

Integrated in Hive-trunk-hadoop2 #54 (See [https://builds.apache.org/job/Hive-trunk-hadoop2/54/])
    HIVE-3195 Typo in dynamic partitioning code bits, says genereated instead of generated in some places. Harsh J (via egc) (Revision 1361703)

     Result = ABORTED
ecapriolo : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1361703
Files : 
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/metadata/Hive.java

                
> 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
>             Fix For: 0.10.0
>
>         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
For more information on JIRA, see: http://www.atlassian.com/software/jira