James Taylor created PHOENIX-1480: ------------------------------------- Summary: Add WHERE clause and view constants to global index associated with VIEW Key: PHOENIX-1480 URL: https://issues.apache.org/jira/browse/PHOENIX-1480 Project: Phoenix Issue Type: Bug Reporter: James Taylor Assignee: James Taylor
We currently dynamically add the global indexes on the table to the VIEW as well (so that the indexes are considered in addition to the view). However, we don't add the where clause and view constants so it's possible that when the index is used that rows are returned that aren't applicable for the view. -- This message was sent by Atlassian JIRA (v6.3.4#6332)