backbook created FLINK-16358:
--------------------------------

             Summary: Failed to execute when using rowtime or proctime and 
table keywords
                 Key: FLINK-16358
                 URL: https://issues.apache.org/jira/browse/FLINK-16358
             Project: Flink
          Issue Type: New Feature
          Components: Table SQL / Planner
    Affects Versions: 1.10.0
            Reporter: backbook


CREATE TABLE ${topicName} (
 `table` STRING,
 `proctime` PROCTIME(),
 `data` ARRAY<ROW<${tableSchema}>>,
 `old` ARRAY<ROW<${tableSchema}>>

)\{--afka config}

 

Create table statement according to the above,if you delete proctime,this ddl 
SQL that's all right

,however,this SQL can't work,i think .it's bug



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to