Jonathan Seidman created HIVE-6719:
--------------------------------------
Summary: No results from getTables() and getColumns with null
tableNamePattern
Key: HIVE-6719
URL: https://issues.apache.org/jira/browse/HIVE-6719
Project: Hive
Issue Type: Bug
Components: JDBC
Affects Versions: 0.12.0
Reporter: Jonathan Seidman
Calling DatabaseMetaData.getTables() or getColumns() with a nullĀ
tableNamePattern argument returns 0 results, counter to the JDBC spec.
For example, the following will return no results:
meta.getTables( null, schema, null , tableTypes);
--
This message was sent by Atlassian JIRA
(v6.2#6252)