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

Hudson commented on HIVE-3563:
------------------------------

Integrated in Hive-trunk-h0.21 #1770 (See 
[https://builds.apache.org/job/Hive-trunk-h0.21/1770/])
    HIVE-3563. Drop database cascade fails when there are indexes on any tables 
(Prasad Mujumdar via cws) (Revision 1404890)

     Result = FAILURE
cws : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1404890
Files : 
* 
/hive/trunk/metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStoreClient.java
* /hive/trunk/ql/src/test/queries/clientpositive/database_drop.q
* /hive/trunk/ql/src/test/results/clientpositive/database_drop.q.out

                
> 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
>             Fix For: 0.10.0
>
>         Attachments: HIVE-3563-3.patch, HIVE-3563-4.patch, HIVE-3563-6.patch, 
> HIVE-3563-7.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

Reply via email to