Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
1.10.0
-
None
-
None
Description
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
Attachments
Issue Links
- is duplicated by
-
FLINK-16068 table with keyword-escaped columns and computed_column_expression columns
- Resolved