You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by haohui <gi...@git.apache.org> on 2015/09/12 01:23:10 UTC

[GitHub] storm pull request: Implement SQL parser using ANTLRv4.

GitHub user haohui opened a pull request:

    https://github.com/apache/storm/pull/731

    Implement SQL parser using ANTLRv4.

    This PR is supposed to go against the STORM-1040 branch which does not exist yet in this mirror yet. This PR is for review only.
    
    This PR implements a SQL parser using ANTLR v4. The parser is based upon https://github.com/antlr/grammars-v4/blob/master/sqlite/SQLite.g4. It closely follows the SQLite grammars. It only implements the subset of SQL statements that are useful for STORM-1040.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/haohui/storm storm-sql

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/storm/pull/731.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 #731
    
----
commit b610f725c603fddff8935b2f6923eba65b2e6a63
Author: Haohui Mai <wh...@apache.org>
Date:   2015-09-11T23:17:06Z

    Implement SQL parser using ANTLRv4.

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] storm pull request: Implement SQL parser using ANTLRv4.

Posted by harshach <gi...@git.apache.org>.
Github user harshach commented on the pull request:

    https://github.com/apache/storm/pull/731#issuecomment-139840247
  
    @haohui branch available here https://github.com/apache/storm/tree/STORM-1040



---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] storm pull request: Implement SQL parser using ANTLRv4.

Posted by haohui <gi...@git.apache.org>.
Github user haohui closed the pull request at:

    https://github.com/apache/storm/pull/731


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---