You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/09/15 02:59:45 UTC

[jira] [Commented] (STORM-1045) Parse CREATE TABLE statements

    [ https://issues.apache.org/jira/browse/STORM-1045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14744612#comment-14744612 ] 

ASF GitHub Bot commented on STORM-1045:
---------------------------------------

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 <wh...@apache.org>
Date:   2015-09-15T00:52:09Z

    STORM-1045. Parse CREATE TABLE statements.

----


> Parse CREATE TABLE statements
> -----------------------------
>
>                 Key: STORM-1045
>                 URL: https://issues.apache.org/jira/browse/STORM-1045
>             Project: Apache Storm
>          Issue Type: New Feature
>            Reporter: Haohui Mai
>            Assignee: Haohui Mai
>
> This jira tracks the effort of creating a SQL parser for STORM-1040



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)