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 & 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)