JingsongLi commented on a change in pull request #10733: [FLINK-15446][table][docs] Improve "Connect to External Systems" documentation page URL: https://github.com/apache/flink/pull/10733#discussion_r362376988
########## File path: docs/dev/table/connect.md ########## @@ -371,9 +335,23 @@ schema: </div> </div> -For *each field*, the following properties can be declared in addition to the column's name and type: +In order to declare time attributes in the schema, the following ways are supported: <div class="codetabs" markdown="1"> +<div data-lang="DDL" markdown="1"> +{% highlight sql %} +CREATE TABLE MyTable ( + MyField1 AS PROCTIME(), -- declares this field as a processing-time attribute + MyField2 TIMESTAMP(3), + MyField3 BOOLEAN, Review comment: Looks like `MyField3` not same to python and Java/Scala. Can we do this rename by compute column? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services