[ https://issues.apache.org/jira/browse/HIVE-182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Zheng Shao updated HIVE-182: ---------------------------- Resolution: Fixed Release Note: HIVE-192. Add database name parameter to getTable and dropTable. (Johan Oskarsson via zshao) Hadoop Flags: [Reviewed] Status: Resolved (was: Patch Available) > Add database name parameter to getTable and dropTable in Hive.java > ------------------------------------------------------------------ > > Key: HIVE-182 > URL: https://issues.apache.org/jira/browse/HIVE-182 > Project: Hadoop Hive > Issue Type: Improvement > Components: Query Processor > Reporter: Johan Oskarsson > Assignee: Johan Oskarsson > Priority: Trivial > Fix For: 0.2.0 > > Attachments: HIVE-182.patch, HIVE-182.patch > > > Currently the methods in the Hive class in the ql module look like this: > public void dropTable(String tableName) throws HiveException > public Table getTable(final String tableName) throws HiveException > I'd like to be able to specify the database for the tests in HIVE-142 so I > propose adding: > public void dropTable(String dbName, String tableName) throws HiveException > public Table getTable(final String dbName, final String tableName) throws > HiveException -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.