You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by haohui <gi...@git.apache.org> on 2015/10/01 23:00:56 UTC

[GitHub] storm pull request: STORM-1080. Compiler SQL literals to LLVM cons...

GitHub user haohui opened a pull request:

    https://github.com/apache/storm/pull/778

    STORM-1080. Compiler SQL literals to LLVM constants

    This PR establishes the basic structure of the expression compiler. It compiles SQL literals to LLVM constants. It provides the building block to compile arithmetic expressions, etc..

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

    $ git pull https://github.com/haohui/storm STORM-1080

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

    https://github.com/apache/storm/pull/778.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #778
    
----
commit a27b894ffba269babf1c068c19486c77c6ef73cf
Author: Haohui Mai <wh...@apache.org>
Date:   2015-10-01T17:25:46Z

    STORM-1083. Run maven in batch mode to avoid excessive loggin in travis CI

commit a6e8114d85fd41c1c2e909b7126e3f9ca3784530
Author: Haohui Mai <wh...@apache.org>
Date:   2015-09-24T22:43:17Z

    STORM-1081. Import json11 and gmock into the storm-sql project.

commit 07df15ede3df3216d96c86058f103551227c8ac8
Author: Haohui Mai <wh...@apache.org>
Date:   2015-09-30T23:45:50Z

    STORM-1080. Create a compiler to compile expressions down to LLVM bytecodes.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] storm pull request: STORM-1080. Compiler SQL literals to LLVM cons...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/storm/pull/778


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] storm pull request: STORM-1080. Compiler SQL literals to LLVM cons...

Posted by harshach <gi...@git.apache.org>.
Github user harshach commented on the pull request:

    https://github.com/apache/storm/pull/778#issuecomment-145275960
  
    +1. LGTM. I am not sure why the build is failing though.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---