You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Kiran Kumar Kolli (JIRA)" <ji...@apache.org> on 2016/02/02 05:40:39 UTC

[jira] [Created] (HIVE-12980) MetaStoreDirectSql determineDbType detects MS SQL as DB.OTHER

Kiran Kumar Kolli created HIVE-12980:
----------------------------------------

             Summary: MetaStoreDirectSql determineDbType detects MS SQL as DB.OTHER
                 Key: HIVE-12980
                 URL: https://issues.apache.org/jira/browse/HIVE-12980
             Project: Hive
          Issue Type: Bug
          Components: Metastore
    Affects Versions: 2.1.0
         Environment: Microsoft Hindsight Linux cluster
            Reporter: Kiran Kumar Kolli
            Assignee: Kiran Kumar Kolli
            Priority: Minor
             Fix For: 2.1.0


MetaStoreDirectSql determineDbType detects MS SQL as DB.OTHER. 

https://github.com/apache/hive/blob/master/metastore/src/java/org/apache/hadoop/hive/metastore/MetaStoreDirectSql.java#L161 does case-sensitive comparison with lower-case resulting in this behavior.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)