----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16146/ -----------------------------------------------------------
Review request for hive and Prasad Mujumdar. 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 ----- 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