You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Vincent Poon (JIRA)" <ji...@apache.org> on 2017/09/08 01:02:00 UTC

[jira] [Created] (PHOENIX-4181) Drop tenant views columns when base view column is dropped

Vincent Poon created PHOENIX-4181:
-------------------------------------

             Summary: Drop tenant views columns when base view column is dropped
                 Key: PHOENIX-4181
                 URL: https://issues.apache.org/jira/browse/PHOENIX-4181
             Project: Phoenix
          Issue Type: Bug
    Affects Versions: 4.12.0
            Reporter: Vincent Poon


If you create a base table, a base view on the base table, and then a tenant view on the base view, when a base view column is dropped, it should get dropped from the tenant views as well.

This is currently not happening.  See the attached test.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)