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

Hudson commented on HIVE-2369:
------------------------------

Integrated in Hive-trunk-h0.21 #938 (See 
[https://builds.apache.org/job/Hive-trunk-h0.21/938/])
    HIVE-2369. Minor typo in error message in HiveConnection.java (JDBC)
(Clement Notin via jvs)

jvs : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1165985
Files : 
* /hive/trunk/jdbc/src/java/org/apache/hadoop/hive/jdbc/HiveConnection.java


> Minor typo in error message in HiveConnection.java (JDBC)
> ---------------------------------------------------------
>
>                 Key: HIVE-2369
>                 URL: https://issues.apache.org/jira/browse/HIVE-2369
>             Project: Hive
>          Issue Type: Bug
>          Components: JDBC
>    Affects Versions: 0.7.1, 0.8.0
>         Environment: Linux
>            Reporter: Clément Notin
>            Assignee: Clément Notin
>            Priority: Trivial
>             Fix For: 0.9.0
>
>         Attachments: HIVE-2369.patch
>
>   Original Estimate: 2m
>  Remaining Estimate: 2m
>
> There is a minor typo issue in HiveConnection.java (jdbc) :
> {code}throw new SQLException("Could not establish connecton to "
>             + uri + ": " + e.getMessage(), "08S01");{code}
> It seems like there's a "i" missing.
> I know it's a very minor typo but I report it anyway. I won't attach a patch 
> because it would be too long for me to SVN checkout just for 1 letter.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to