[ https://issues.apache.org/jira/browse/HIVE-6719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jonathan Seidman resolved HIVE-6719. ------------------------------------ Resolution: Invalid Seems to be an Impala bug, and not actually a JDBC bug. This is now being tracked here: https://issues.cloudera.org/browse/IMPALA-925 > 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)