swuferhong commented on code in PR #21530: URL: https://github.com/apache/flink/pull/21530#discussion_r1065259646
########## 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> + <td style="word-wrap: break-word;">false</td> + <td>Boolean</td> + <td>Enables busy join reorder in optimizer. Default is disabled.</td> + </tr> + <tr> + <td><h5>table.optimizer.busy-join-reorder-dp-threshold</h5><br> <span class="label label-primary">Batch</span> <span class="label label-primary">Streaming</span></td> Review Comment: 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