You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by sr...@apache.org on 2015/11/25 02:31:11 UTC

[2/2] storm git commit: Merge branch 'STORM-1200' of https://github.com/haohui/storm into STORM-1200-V1

Merge branch 'STORM-1200' of https://github.com/haohui/storm into STORM-1200-V1


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/4b1062e0
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/4b1062e0
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/4b1062e0

Branch: refs/heads/STORM-1040
Commit: 4b1062e060bde5121444fe2df962a5cdd311a25f
Parents: 4463562 e0c00ff
Author: Sriharsha Chintalapani <ha...@hortonworks.com>
Authored: Tue Nov 24 17:26:10 2015 -0800
Committer: Sriharsha Chintalapani <ha...@hortonworks.com>
Committed: Tue Nov 24 17:26:10 2015 -0800

----------------------------------------------------------------------
 .../storm-sql-core/src/codegen/data/Parser.tdd  |   1 +
 .../src/codegen/includes/parserImpls.ftl        |  10 +-
 .../jvm/org/apache/storm/sql/StormSqlImpl.java  |   4 +-
 .../apache/storm/sql/compiler/CompilerUtil.java |  72 +++++++---
 .../apache/storm/sql/compiler/PlanCompiler.java | 130 ------------------
 .../storm/sql/compiler/RelNodeCompiler.java     | 101 --------------
 .../backends/standalone/PlanCompiler.java       | 131 +++++++++++++++++++
 .../backends/standalone/RelNodeCompiler.java    | 111 ++++++++++++++++
 .../storm/sql/parser/ColumnConstraint.java      |  10 +-
 .../apache/storm/sql/parser/SqlDDLKeywords.java |  27 ++++
 .../test/org/apache/storm/sql/TestStormSql.java |   2 +-
 .../storm/sql/compiler/TestCompilerUtils.java   |   4 +-
 .../storm/sql/compiler/TestExprSemantic.java    |   1 +
 .../storm/sql/compiler/TestPlanCompiler.java    |  69 ----------
 .../storm/sql/compiler/TestRelNodeCompiler.java |  61 ---------
 .../backends/standalone/TestPlanCompiler.java   |  70 ++++++++++
 .../standalone/TestRelNodeCompiler.java         |  62 +++++++++
 .../apache/storm/sql/parser/TestSqlParser.java  |   6 +
 .../sql/runtime/AbstractChannelHandler.java     |   7 +
 19 files changed, 494 insertions(+), 385 deletions(-)
----------------------------------------------------------------------