Shuyi Chen created FLINK-8039:
---------------------------------

             Summary: Support "CREATE TYPE" DDL in Flink SQL
                 Key: FLINK-8039
                 URL: https://issues.apache.org/jira/browse/FLINK-8039
             Project: Flink
          Issue Type: New Feature
          Components: Table API & SQL
            Reporter: Shuyi Chen
            Assignee: Shuyi Chen


Allow us to create custom types using DDL, e.g.,

{code:java}
CREATE TYPE myrowtype AS (f1 INTEGER, f2 VARCHAR(10));
{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to