GitHub user HeartSaVioR opened a pull request:
https://github.com/apache/storm/pull/2443
ISSUE-2406 [Storm SQL] Change underlying API to Streams API
* This will enable us to provide windowed aggregation, join, etc later.
* Tuple-to-tuple is making more sense than micro-batch in these cases
* Tested with several sql cases
* Also bump Calcite version to 1.14.0
Even the patch looks like huge diff, most of things are rename classes/move
packages.
I've also fixed some checkstyle issues.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/HeartSaVioR/storm STORM-2406
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2443.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 #2443
----
commit e9f7ff67d07b893c9da0dae687db8dc985964c01
Author: Jungtaek Lim <[email protected]>
Date: 2017-12-02T08:33:00Z
ISSUE-2406 [Storm SQL] Change underlying API to Streams API
* This will enable us to provide windowed aggregation, join, etc.
* Tuple-to-tuple is making more sense than micro-batch in these cases
* Tested with several sql cases
* Also bump Calcite version to 1.14.0
----
---