You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Carl Steinbach (JIRA)" <ji...@apache.org> on 2010/07/23 20:01:04 UTC

[jira] Updated: (HIVE-182) Add database name parameter to getTable and dropTable in Hive.java

     [ https://issues.apache.org/jira/browse/HIVE-182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carl Steinbach updated HIVE-182:
--------------------------------

    Fix Version/s: 0.3.0
                       (was: 0.6.0)

> 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.3.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.