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

Kevin Wilfong commented on HIVE-2595:
-------------------------------------

I think this is
ALTER TABLE <TBL> ENABLE NO_DROP CASCADE
                
> add a table level property which does not let the table or any of its 
> partitions to be dropped
> ----------------------------------------------------------------------------------------------
>
>                 Key: HIVE-2595
>                 URL: https://issues.apache.org/jira/browse/HIVE-2595
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: Namit Jain
>
> The current approach:
> alter table <TBL> enable no_drop;
> does not prevent the partitions from being dropped.
> This new property should prevent both the table and any of its partitions 
> (current, future) from getting dropped.

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