You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Jonathan Seidman (JIRA)" <ji...@apache.org> on 2014/03/21 18:49:42 UTC

[jira] [Created] (HIVE-6719) No results from getTables() and getColumns with null tableNamePattern

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)