Mans Singh created FLINK-26099: ---------------------------------- Summary: Table connector proctime attributes has syntax error Key: FLINK-26099 URL: https://issues.apache.org/jira/browse/FLINK-26099 Project: Flink Issue Type: Improvement Components: Documentation, Table SQL / API Affects Versions: 1.14.3 Environment: All Reporter: Mans Singh Fix For: 1.15.0
The example for proctime attributes has syntax error (missing comma after 3rd column) [table proctime| https://nightlies.apache.org/flink/flink-docs-master/docs/connectors/table/overview/#proctime-attributes]: {noformat} CREATE TABLE MyTable ( MyField1 INT, MyField2 STRING, MyField3 BOOLEAN MyField4 AS PROCTIME() -- declares a proctime attribute ) WITH (...){noformat} -- This message was sent by Atlassian Jira (v8.20.1#820001)