[
https://issues.apache.org/jira/browse/PHOENIX-4868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16598093#comment-16598093
]
Thomas D'Silva commented on PHOENIX-4868:
-----------------------------------------
While dropping a column that is inherited from the parent we should store the
column as regular column with a flag saying that its excluded (instead of a
linking row). This will allow us to add back columns that were previously
dropped by validating that were are adding the column with the same type etc.
(seeĀ {{AlterTableWithViewsIT.testDivergedViewsStayDiverged()}} )
> Create a column attribute IS_EXCLUDED to denote a dropped derived column and
> remove LinkType.EXCLUDED_COLUMN
> ------------------------------------------------------------------------------------------------------------
>
> Key: PHOENIX-4868
> URL: https://issues.apache.org/jira/browse/PHOENIX-4868
> Project: Phoenix
> Issue Type: Sub-task
> Reporter: Thomas D'Silva
> Priority: Minor
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)