fhueske commented on a change in pull request #6741: [FLINK-9712][table,docs] Document processing time Temporal Table Joins URL: https://github.com/apache/flink/pull/6741#discussion_r220613911
########## File path: docs/dev/table/tableApi.md ########## @@ -1310,7 +1310,7 @@ Tumbling windows are defined by using the `Tumble` class as follows: </tr> <tr> <td><code>on</code></td> - <td>The time attribute to group (time interval) or sort (row count) on. For batch queries this might be any Long or Timestamp attribute. For streaming queries this must be a <a href="streaming.html#time-attributes">declared event-time or processing-time time attribute</a>.</td> + <td>The time attribute to group (time interval) or sort (row count) on. For batch queries this might be any Long or Timestamp attribute. For streaming queries this must be a <a href="streaming#time_attributes.html">declared event-time or processing-time time attribute</a>.</td> Review comment: change link to `streaming/time_attributes.html` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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