You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Geoffrey Jacoby (JIRA)" <ji...@apache.org> on 2018/07/03 23:17:00 UTC

[jira] [Updated] (PHOENIX-3377) Support DROP VIEW CASCADE

     [ https://issues.apache.org/jira/browse/PHOENIX-3377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Geoffrey Jacoby updated PHOENIX-3377:
-------------------------------------
    Description: 
We currently do not produce an error for a DROP VIEW CASCADE command, but at the same time we don't cascade drop all child views. We should either produce an error message for this command or recursively drop all child views.

See ViewIndexIT.testUpdateOnTenantViewWithGlobalView() for an example.

  was:
We currently do produce an error for a DROP VIEW CASCADE command, but at the same time we don't cascade drop all child views. We should either produce an error message for this command or recursively drop all child views.

See ViewIndexIT.testUpdateOnTenantViewWithGlobalView() for an example.


> Support DROP VIEW CASCADE
> -------------------------
>
>                 Key: PHOENIX-3377
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-3377
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: James Taylor
>            Priority: Major
>
> We currently do not produce an error for a DROP VIEW CASCADE command, but at the same time we don't cascade drop all child views. We should either produce an error message for this command or recursively drop all child views.
> See ViewIndexIT.testUpdateOnTenantViewWithGlobalView() for an example.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)