GitHub user haohui opened a pull request: https://github.com/apache/storm/pull/734
STORM-1045. Parse CREATE TABLE statements. This PR supersedes https://github.com/apache/storm/pull/731. Based on the discussion in STORM-1040, this PR takes the approach to extend the Calcite SQL parser to parse the CREATE TABLE statement. On a very high level it does the following: * Extract the template of Parser.jj from the calcite jar * Instantiate the template with the code in src/codegen * Invoke javacc to generate the parser The approach is similar to the one in Apache Drill. You can merge this pull request into a Git repository by running: $ git pull https://github.com/haohui/storm STORM-1040 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/storm/pull/734.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 #734 ---- commit e9d12a7162e23615b94a91b16eee05838bdadd55 Author: Haohui Mai <whe...@apache.org> Date: 2015-09-15T00:52:09Z STORM-1045. Parse CREATE TABLE statements. ---- --- 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 enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---