You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Mans Singh (Jira)" <ji...@apache.org> on 2022/02/13 23:14:00 UTC

[jira] [Created] (FLINK-26099) Table connector proctime attributes has syntax error

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)