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

[jira] [Created] (FLINK-10232) Add a SQL DDL

Timo Walther created FLINK-10232:
------------------------------------

             Summary: Add a SQL DDL
                 Key: FLINK-10232
                 URL: https://issues.apache.org/jira/browse/FLINK-10232
             Project: Flink
          Issue Type: New Feature
          Components: Table API &amp; SQL
            Reporter: Timo Walther


This is an umbrella issue for all efforts related to supporting a SQL Data Definition Language (DDL) in Flink's Table & SQL API.

Such a DDL includes creating, deleting, replacing:
- tables
- views
- functions
- types
- libraries
- catalogs

If possible, the parsing/validating/logical part should be done using Calcite. Related issues are CALCITE-707, CALCITE-2045, CALCITE-2046, CALCITE-2214, and others.



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