[ 
https://issues.apache.org/jira/browse/HIVE-3121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13293880#comment-13293880
 ] 

Richard Ding commented on HIVE-3121:
------------------------------------

+1

We have implemented the following and will be happy to contribute the patch.

{code}
DatabaseMetaData::getCatalogs()  ==>  return EMPTY ResultSet

DatabaseMetaData::getSchemas()  ==>  return HiveInterface::get_all_databases()

DatabaseMetaData::getTables(...)  ==>  Always ignore catalog argument.
{code} 




                
> JDBC driver's getCatalogs() method returns schema/db information
> ----------------------------------------------------------------
>
>                 Key: HIVE-3121
>                 URL: https://issues.apache.org/jira/browse/HIVE-3121
>             Project: Hive
>          Issue Type: Bug
>          Components: JDBC
>    Affects Versions: 0.9.0
>            Reporter: Carl Steinbach
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to