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:25:48 UTC

[jira] [Commented] (HIVE-3051) JDBC cannot find metadata for tables/columns containing uppercase character

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

Hudson commented on HIVE-3051:
------------------------------

Integrated in Hive-trunk-hadoop2 #54 (See [https://builds.apache.org/job/Hive-trunk-hadoop2/54/])
    HIVE-3051 JDBC cannot find metadata for tables/columns containing uppercase
character (Navis via namit) (Revision 1342428)

     Result = ABORTED
namit : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1342428
Files : 
* /hive/trunk/jdbc/src/java/org/apache/hadoop/hive/jdbc/HiveDatabaseMetaData.java
* /hive/trunk/jdbc/src/test/org/apache/hadoop/hive/jdbc/TestJdbcDriver.java

                
> JDBC cannot find metadata for tables/columns containing uppercase character
> ---------------------------------------------------------------------------
>
>                 Key: HIVE-3051
>                 URL: https://issues.apache.org/jira/browse/HIVE-3051
>             Project: Hive
>          Issue Type: Improvement
>          Components: JDBC
>    Affects Versions: 0.10.0
>            Reporter: Navis
>            Assignee: Navis
>            Priority: Trivial
>             Fix For: 0.10.0
>
>
> {code}
> create table TEST_TABLE ( ... );
> ...
> ResultSet rs = databaseMetaData.getColumns(null, null, "TEST_TABLE", null); // empty
> {code}
> Trivial, but hive shell or thrift client accepts above use-case by converting strings to lower case. This should be consistent with JDBC.

--
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