You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by Jungtaek Lim <ka...@gmail.com> on 2016/12/21 00:52:50 UTC

Request for review: Storm SQL pending PRs

Hi devs,

I'd like to ask a request to pending pull requests for Storm SQL.
The link refers pull request on Github.

Blocker for 1.1.0:
- STORM-2200 [Storm SQL] Drop Aggregate & Join support on Trident mode
<https://github.com/apache/storm/pull/1776>

Improvements:
- STORM-1446 Compile the Calcite logical plan to Storm Trident logical plan
<https://github.com/apache/storm/pull/1736>
- STORM-1443 Support customizing parallelism in StormSQL (on top of
STORM-1446) <https://github.com/apache/storm/pull/1739>
- STORM-2148 [Storm SQL] Trident mode: back to code generate and compile
Trident topology (on top of STORM-1446)
<https://github.com/apache/storm/pull/1743>

Thanks,
Jungtaek Lim