[ https://issues.apache.org/jira/browse/PHOENIX-4195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16508856#comment-16508856 ]
Thomas D'Silva commented on PHOENIX-4195: ----------------------------------------- I don't think it makes sense for a column added with a tenant specific connection to be part of the global table metadata. If you have lots of views that add many columns all of them would need to be part of the global table metadata. I think you could query a column added by a tenant specific connection using a global view using dynamic columns, (but I haven't tried). [~jamestaylor] once the PTable stores whether or not a table has child views, are you saying we should block all deletes via the global table? > PHOENIX-4195 Deleting view rows with extended PKs through the base table > silently fails > --------------------------------------------------------------------------------------- > > Key: PHOENIX-4195 > URL: https://issues.apache.org/jira/browse/PHOENIX-4195 > Project: Phoenix > Issue Type: Bug > Reporter: Thomas D'Silva > Assignee: Geoffrey Jacoby > Priority: Major > Attachments: test.diff > > > The attached test fails. -- This message was sent by Atlassian JIRA (v7.6.3#76005)