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_r220602344
 
 

 ##########
 File path: docs/dev/table/sql.md
 ##########
 @@ -449,9 +449,9 @@ FROM Orders FULL OUTER JOIN Product ON Orders.productId = 
Product.id
       <td>
         <p><b>Note:</b> Time-windowed joins are a subset of regular joins that 
can be processed in a streaming fashion.</p>
 
-        <p>A time-windowed join requires at least one equi-join predicate and 
a join condition that bounds the time on both sides. Such a condition can be 
defined by two appropriate range predicates (<code>&lt;, &lt;=, &gt;=, 
&gt;</code>), a <code>BETWEEN</code> predicate, or a single equality predicate 
that compares <a href="streaming.html#time-attributes">time attributes</a> of 
the same type (i.e., processing time or event time) of both input tables.</p> 
+        <p>A time-windowed join requires at least one equi-join predicate and 
a join condition that bounds the time on both sides. Such a condition can be 
defined by two appropriate range predicates (<code>&lt;, &lt;=, &gt;=, 
&gt;</code>), a <code>BETWEEN</code> predicate, or a single equality predicate 
that compares <a href="streaming#time_attributes.html">time attributes</a> of 
the same type (i.e., processing time or event time) of both input tables.</p> 
 
 Review comment:
   link should be `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

Reply via email to