jinggou opened a new pull request, #1806:
URL: https://github.com/apache/phoenix/pull/1806

   Jira: [PHOENIX-4555](https://issues.apache.org/jira/browse/PHOENIX-4555)
   
   Restrict view to be UPDATABLE if the view specification (view statement):
   1. uses only the PK columns
   2. starts from the first PK column if the parent table is not multi tenant; 
   otherwise, starts from the second PK column (the first column will be 
TENANT_ID)
   3. PK columns should be in the order they are defined
   4. uses the same set of PK columns as its sibling views' specification
   Otherwise, mark the view as READ_ONLY.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@phoenix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to