[
https://issues.apache.org/jira/browse/STORM-1097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14970528#comment-14970528
]
ASF GitHub Bot commented on STORM-1097:
---------------------------------------
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.
----
> Compile logical plans to Java source code
> -----------------------------------------
>
> Key: STORM-1097
> URL: https://issues.apache.org/jira/browse/STORM-1097
> Project: Apache Storm
> Issue Type: New Feature
> Components: storm-sql
> Reporter: Haohui Mai
> Assignee: Haohui Mai
>
> This jira tracks the changes to compile logical plans from Calcite to Java
> source code.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)