[
https://issues.apache.org/jira/browse/PHOENIX-43?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13899408#comment-13899408
]
ASF GitHub Bot commented on PHOENIX-43:
---------------------------------------
Github user JamesRTaylor closed the pull request at:
https://github.com/apache/incubator-phoenix/pull/3
> 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)