GitHub user haohui opened a pull request:

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

    STORM-1097. Compile logical plans to Java source code.

    This PR implements the compilers that compile logical plans from Calcite to 
Java source code. It also removes the compiler implemented in native code per 
discussions in 
https://issues.apache.org/jira/browse/STORM-1105?focusedCommentId=14970164&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14970164.
    


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

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

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

    https://github.com/apache/storm/pull/814.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 #814
    
----
commit 024c146cc5daa6506354847f2364f2ef12e19491
Author: Haohui Mai <[email protected]>
Date:   2015-10-23T00:05:18Z

    Remove the native code compiler.

commit ff607555ce4067c2ff2944c59f3684d52625441a
Author: Haohui Mai <[email protected]>
Date:   2015-10-22T23:42:24Z

    Implement compiler for expressions.

commit 3fb0b825d40423a2edb8b00cca09df821385900d
Author: Haohui Mai <[email protected]>
Date:   2015-10-22T23:45:20Z

    Implement compiler for relation nodes.

commit 4e18e717687229a19092ea000df138eb99ba088f
Author: Haohui Mai <[email protected]>
Date:   2015-10-22T23:52:59Z

    Compile logical plans to Java code.

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to