raminqaf commented on code in PR #26775:
URL: https://github.com/apache/flink/pull/26775#discussion_r2209445215


##########
docs/content/docs/dev/table/sql/queries/joins.md:
##########
@@ -83,6 +83,9 @@ FULL OUTER JOIN Product
 ON Orders.product_id = Product.id
 ```
 
+### Multiple Regular Joins

Review Comment:
   This refers to many chained (normal) regular joins that are supported in 
Flink. The Multiway Regular Joins is not applicable in this context.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to