[
https://issues.apache.org/jira/browse/FLINK-26099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Leonard Xu resolved FLINK-26099.
--------------------------------
Release Note: Fixed in master(1.15):
38cfda517b7dfe42d3eaa2ecacdec64809e71e9f
Resolution: Fixed
> 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
> Assignee: Mans Singh
> Priority: Minor
> Labels: docuentation, pull-request-available, table
> 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)