-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/16146/
-----------------------------------------------------------
(Updated Dec. 11, 2013, 10:33 p.m.)
Review request for hive and Prasad Mujumdar.
Changes
-------
Thanks for the suggestion. Refactored the getInfo logic into a single method.
Bugs: HIVE-5993
https://issues.apache.org/jira/browse/HIVE-5993
Repository: hive-git
Description
-------
Method HiveDatabaseMetadata.getDatabaseProductName() returns a hard-coded
string "Hive".
This should instead call the existing Hive-server2 api to return the db name.
Incidentally, the server returns "Apache Hive".
Diffs (updated)
-----
itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestJdbcDriver2.java
1ba8ad3
jdbc/src/java/org/apache/hive/jdbc/HiveDatabaseMetaData.java 5087ded
Diff: https://reviews.apache.org/r/16146/diff/
Testing
-------
Ran TestJdbcDriver2.
Thanks,
Szehon Ho