swuferhong commented on code in PR #21530: URL: https://github.com/apache/flink/pull/21530#discussion_r1058019236
########## docs/layouts/shortcodes/generated/optimizer_config_configuration.html: ########## @@ -89,5 +89,17 @@ <td>Boolean</td> <td>When it is true, the optimizer will collect and use the statistics from source connectors if the source extends from SupportsStatisticReport and the statistics from catalog is UNKNOWN.Default value is true.</td> </tr> + <tr> + <td><h5>table.optimizer.busy-join-reorder</h5><br> <span class="label label-primary">Batch</span> <span class="label label-primary">Streaming</span></td> Review Comment: > This option can be removed, since we can use `table.optimizer.busy-join-reorder-dp-threshold` <= 0 to disable busy-join-reorder 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