You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "ambition (JIRA)" <ji...@apache.org> on 2018/12/20 08:52:00 UTC

[jira] [Created] (FLINK-11206) sql statement parser enhancement

ambition created FLINK-11206:
--------------------------------

             Summary: sql statement parser enhancement
                 Key: FLINK-11206
                 URL: https://issues.apache.org/jira/browse/FLINK-11206
             Project: Flink
          Issue Type: Improvement
          Components: Table API &amp; SQL
    Affects Versions: 1.7.0, 1.6.2
            Reporter: ambition


change calcite-core to calcite-server, use SqlDdlParserImpl to parse sql. SqlDdlParserImpl extends its grammar on the basis of SqlParser, which supports much more grammar than SqlParser, such as:
{code:java}
create or drop schema;
create or drop table;
create or drop view;
...{code}
favorable for subsequent expansion and enrichment.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)