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)