swuferhong commented on code in PR #20513: URL: https://github.com/apache/flink/pull/20513#discussion_r948857629
########## docs/content/docs/dev/table/sql/queries/hints.md: ########## @@ -84,4 +84,205 @@ insert into kafka_table1 /*+ OPTIONS('sink.partitioner'='round-robin') */ select ``` +## Query Hints + +`Query Hints` specify that the indicated hints are used in the scope of a query. They affect all operators in the statement. +Now, Flink `Query Hints` support `Join Hints`. + +### Syntax +The `Query Hints` syntax in Flink: Review Comment: > we can mention that the query hints syntax follows Apache Calcite Done! -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org