davidradl commented on code in PR #27271:
URL: https://github.com/apache/flink/pull/27271#discussion_r2564394617


##########
docs/content/docs/dev/table/sql/queries/hints.md:
##########
@@ -279,6 +279,49 @@ SELECT /*+ NEST_LOOP(t1) */ * FROM t1 JOIN t2 ON t1.id = 
t2.id;
 SELECT /*+ NEST_LOOP(t1, t3) */ * FROM t1 JOIN t2 ON t1.id = t2.id JOIN t3 ON 
t1.id = t3.id;
 ```
 
+#### MULTI_JOIN

Review Comment:
   Please add the Chinese version of this as well.



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