[
https://issues.apache.org/jira/browse/FLINK-16358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17048736#comment-17048736
]
Benchao Li commented on FLINK-16358:
------------------------------------
[~backbook] Your DDL seems not using computed column correctly. It should be
*`proctime` AS PROCTIME()*,
> 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
> Priority: Major
>
> 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)