Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-3051

JDBC cannot find metadata for tables/columns containing uppercase character

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 0.10.0
    • 0.10.0
    • JDBC
    • None
    • Reviewed

    Description

      create table TEST_TABLE ( ... );
      
      ...
      ResultSet rs = databaseMetaData.getColumns(null, null, "TEST_TABLE", null); // empty
      

      Trivial, but hive shell or thrift client accepts above use-case by converting strings to lower case. This should be consistent with JDBC.

      Attachments

        Activity

          People

            navis Navis Ryu
            navis Navis Ryu
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: