[
https://issues.apache.org/jira/browse/HIVE-2605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13156352#comment-13156352
]
Namit Jain commented on HIVE-2605:
----------------------------------
The semantics of
alter table <T> enable no_drop cascase;
is as follows.
If a table is marked as no_drop cascade, neither the table nor any of it's
partitions can be dropped.
> Setting no_drop on a table should cascade to child partitions
> -------------------------------------------------------------
>
> Key: HIVE-2605
> URL: https://issues.apache.org/jira/browse/HIVE-2605
> Project: Hive
> Issue Type: Improvement
> Reporter: Namit Jain
> Assignee: Namit Jain
> Attachments: HIVE-2605.D525.1.patch
>
>
> When NO_DROP is set on a table, it does not cascade to the partitions of the
> table. There should be an option to do so.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira