[ 
https://issues.apache.org/jira/browse/PHOENIX-43?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13899409#comment-13899409
 ] 

ASF GitHub Bot commented on PHOENIX-43:
---------------------------------------

GitHub user JamesRTaylor opened a pull request:

    https://github.com/apache/incubator-phoenix/pull/4

    PHOENIX-43 Normalize select statement only once instead of with each compile

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/incubator-phoenix master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-phoenix/pull/4.patch

----
commit d542e73124652672d71efe9cd968f8e6ba09288b
Author: James Taylor <[email protected]>
Date:   2014-02-11T23:34:33Z

    Basic batch update support

commit e75538e66f3393e4d22c3367385b9f23a2dcca6d
Author: James Taylor <[email protected]>
Date:   2014-02-12T01:40:16Z

    Make ExecutableStatement stateless to prevent reparsing for batch updates

commit c33326b34c10f8a66f50ad1b74e5dd5b23cc330e
Author: James Taylor <[email protected]>
Date:   2014-02-12T07:50:16Z

    Cleanup PhoenixStatement by standardizing and removing copy/paste code

commit 26cb1353e3bfc911423cefc59817e19ec940e84f
Author: James Taylor <[email protected]>
Date:   2014-02-12T07:50:49Z

    Merge remote-tracking branch 'upstream/master'

commit 6af80d1716ca694ed3e5257d132309f745747071
Author: James Taylor <[email protected]>
Date:   2014-02-12T08:04:19Z

    Update error message for batching

commit 3c4def93d703186ee9940a5a36f1d6d6e81cdb78
Author: James Taylor <[email protected]>
Date:   2014-02-12T17:50:22Z

    Merge remote-tracking branch 'upstream/master'

commit a9ed0dff30f20b2575da8692bcd29c57a9c690b6
Author: James Taylor <[email protected]>
Date:   2014-02-12T18:23:34Z

    PHOENIX-43 Normalize select statement only once instead of with each compile

commit 04b66a9f6e856e120e98b530725bda2c115806d2
Author: James Taylor <[email protected]>
Date:   2014-02-12T18:33:20Z

    PHOENIX-43 Better resolve table logic for single table case

----


> 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)

Reply via email to