You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Clément Notin <cl...@gmail.com> on 2011/08/11 16:39:23 UTC

Minor typo in error message

Hello,

I'm new here and I just wanted to report a minor typo issue in
HiveConnection.java (jdbc) :

throw new SQLException("Could not establish connecton to "
            + uri + ": " + e.getMessage(), "08S01");

It seems like there's a "i" missing ;)


Hive is a nice work BTW ! Thanks.

-- 
*Clément **Notin*

Re: Minor typo in error message

Posted by Clément Notin <cl...@gmail.com>.
It's done. HIVE-2369 <https://issues.apache.org/jira/browse/HIVE-2369>
(I didn't have the will to create an account, it's done now !)

2011/8/11 Jakob Homan <jg...@gmail.com>

> Hey Clément-
>   Thanks for the report - would you be able to open a JIRA for it
> (https://issues.apache.org/jira/browse/HIVE)? I'm sure someone will
> whip up a patch shortly, or if you're interested in contributing, I'd
> invite you to create one.
>
> Thanks,
> Jakob
>
> 2011/8/11  Notin <cl...@gmail.com>:
> > Hello,
> >
> > I'm new here and I just wanted to report a minor typo issue in
> > HiveConnection.java (jdbc) :
> >
> > throw new SQLException("Could not establish connecton to "
> >            + uri + ": " + e.getMessage(), "08S01");
> >
> > It seems like there's a "i" missing ;)
> >
> >
> > Hive is a nice work BTW ! Thanks.
> >
> > --
> > *Clément **Notin*
> >
>



-- 
*Clément **Notin*

Re: Minor typo in error message

Posted by Jakob Homan <jg...@gmail.com>.
Hey Clément-
   Thanks for the report - would you be able to open a JIRA for it
(https://issues.apache.org/jira/browse/HIVE)? I'm sure someone will
whip up a patch shortly, or if you're interested in contributing, I'd
invite you to create one.

Thanks,
Jakob

2011/8/11  Notin <cl...@gmail.com>:
> Hello,
>
> I'm new here and I just wanted to report a minor typo issue in
> HiveConnection.java (jdbc) :
>
> throw new SQLException("Could not establish connecton to "
>            + uri + ": " + e.getMessage(), "08S01");
>
> It seems like there's a "i" missing ;)
>
>
> Hive is a nice work BTW ! Thanks.
>
> --
> *Clément **Notin*
>