James Taylor created PHOENIX-43:
-----------------------------------
Summary: Normalize select statement only once instead of with each
compile
Key: PHOENIX-43
URL: https://issues.apache.org/jira/browse/PHOENIX-43
Project: Phoenix
Issue Type: Bug
Reporter: James Taylor
Assignee: James Taylor
We only need to normalize a select statement once. Instead, we are normalizing
it again and again when we attempt to compile the plan for our index tables. We
can pull the normalize outside of compile and only do it a single time at the
top level.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)