Return-Path: Delivered-To: apmail-hadoop-hive-dev-archive@locus.apache.org Received: (qmail 55099 invoked from network); 22 Dec 2008 21:04:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Dec 2008 21:04:15 -0000 Received: (qmail 80994 invoked by uid 500); 22 Dec 2008 21:04:05 -0000 Delivered-To: apmail-hadoop-hive-dev-archive@hadoop.apache.org Received: (qmail 80972 invoked by uid 500); 22 Dec 2008 21:04:05 -0000 Mailing-List: contact hive-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hive-dev@hadoop.apache.org Delivered-To: mailing list hive-dev@hadoop.apache.org Received: (qmail 80935 invoked by uid 99); 22 Dec 2008 21:04:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Dec 2008 13:04:05 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Dec 2008 21:04:04 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 52993234C40B for ; Mon, 22 Dec 2008 13:03:44 -0800 (PST) Message-ID: <1583337809.1229979824336.JavaMail.jira@brutus> Date: Mon, 22 Dec 2008 13:03:44 -0800 (PST) From: "Zheng Shao (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Updated: (HIVE-182) Add database name parameter to getTable and dropTable in Hive.java In-Reply-To: <326580720.1229452484400.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ 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.