gustavodemorais commented on code in PR #27271: URL: https://github.com/apache/flink/pull/27271#discussion_r2564557600
########## 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: I'll create a ticket for the community to pick it up since I have no Chinese knowledge to review the output of automatic translation -- 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]
