----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14122/ -----------------------------------------------------------
Review request for hive. Bugs: HIVE-4998 https://issues.apache.org/jira/browse/HIVE-4998 Repository: hive-git Description ------- The jdbc table types supported by hive server2 are not the documented typical types [1] in jdbc, they are hive specific types (MANAGED_TABLE, EXTERNAL_TABLE, VIRTUAL_VIEW). HIVE-4573 added support for the jdbc documented typical types, but the HS2 default configuration is to return the hive types The default configuration should result in the expected jdbc typical behavior. [1] http://docs.oracle.com/javase/6/docs/api/java/sql/DatabaseMetaData.html?is-external=true#getTables(java.lang.String, java.lang.String, java.lang.String, java.lang.String[]) Diffs ----- common/src/java/org/apache/hadoop/hive/conf/HiveConf.java c5a8ff3 conf/hive-default.xml.template 181011b jdbc/src/test/org/apache/hive/jdbc/TestJdbcDriver2.java c658dbd Diff: https://reviews.apache.org/r/14122/diff/ Testing ------- Thanks, Thejas Nair