jinggou opened a new pull request, #1844: URL: https://github.com/apache/phoenix/pull/1844
Jira: [PHOENIX-4555](https://issues.apache.org/jira/browse/PHOENIX-4555) Restrict view to be UPDATABLE if the view specification: 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
