[GitHub] storm pull request: STORM-1105. Compile the logical plans into LLV...

2015-10-22 Thread haohui
Github user haohui closed the pull request at: https://github.com/apache/storm/pull/796 --- 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 enabl

[GitHub] storm pull request: STORM-1105. Compile the logical plans into LLV...

2015-10-15 Thread haohui
Github user haohui commented on the pull request: https://github.com/apache/storm/pull/796#issuecomment-148433347 Thanks for the feedback. The architecture will be flexible to allow pluggable code generation. --- If your project is set up for it, you can reply to this email and have

[GitHub] storm pull request: STORM-1105. Compile the logical plans into LLV...

2015-10-14 Thread arunmahadevan
Github user arunmahadevan commented on the pull request: https://github.com/apache/storm/pull/796#issuecomment-148294057 Thanks, I get it now. I think it would be good to leave some hooks to plugin other approaches to bytecode generation in future if needed. --- If your project is se

[GitHub] storm pull request: STORM-1105. Compile the logical plans into LLV...

2015-10-14 Thread haohui
Github user haohui commented on the pull request: https://github.com/apache/storm/pull/796#issuecomment-148118238 The main motivation is performance -- The code that generated by Calcite has a lot of down casts which can potentially have a visible impact, as the targeted throughput is

[GitHub] storm pull request: STORM-1105. Compile the logical plans into LLV...

2015-10-13 Thread arunmahadevan
Github user arunmahadevan commented on the pull request: https://github.com/apache/storm/pull/796#issuecomment-147949951 Curious to know why LLVM with C++ was chosen ? Calcite spark adapter appears to be using Janino to compile the generated java code. https://github.com/apache/incuba

[GitHub] storm pull request: STORM-1105. Compile the logical plans into LLV...

2015-10-13 Thread harshach
Github user harshach commented on the pull request: https://github.com/apache/storm/pull/796#issuecomment-147737771 +1 --- 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

[GitHub] storm pull request: STORM-1105. Compile the logical plans into LLV...

2015-10-12 Thread haohui
GitHub user haohui opened a pull request: https://github.com/apache/storm/pull/796 STORM-1105. Compile the logical plans into LLVM functions. This PR compiles three logical operators, tablescan, filter and projection to LLVM functions. You can merge this pull request into a Git rep