Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A0870D0AA for ; Wed, 17 Oct 2012 18:44:06 +0000 (UTC) Received: (qmail 8530 invoked by uid 500); 17 Oct 2012 18:44:05 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 8473 invoked by uid 500); 17 Oct 2012 18:44:05 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 8424 invoked by uid 500); 17 Oct 2012 18:44:05 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 8411 invoked by uid 99); 17 Oct 2012 18:44:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Oct 2012 18:44:05 +0000 Date: Wed, 17 Oct 2012 18:44:05 +0000 (UTC) From: "Prasad Mujumdar (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <891809310.59281.1350499445518.JavaMail.jiratomcat@arcas> In-Reply-To: <771958778.22346.1349902143483.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (HIVE-3563) Drop database cascade fails when there are indexes on any tables MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-3563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13478218#comment-13478218 ] Prasad Mujumdar commented on HIVE-3563: --------------------------------------- Review request on https://reviews.apache.org/r/7517/ > Drop database cascade fails when there are indexes on any tables > ---------------------------------------------------------------- > > Key: HIVE-3563 > URL: https://issues.apache.org/jira/browse/HIVE-3563 > Project: Hive > Issue Type: Bug > Components: Indexing, Metastore > Affects Versions: 0.9.0 > Reporter: Prasad Mujumdar > Assignee: Prasad Mujumdar > Attachments: HIVE-3563-1.patch, HIVE-3563-2.patch > > > Drop database cascade fails if any of the table has index. > create database db2; > use db2; > create table tab1 (id int, name string); > create index idx1 on table tab1(id) as 'COMPACT' with DEFERRED REBUILD; > drop database db2 cascade; -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira