snuyanzin commented on code in PR #26218: URL: https://github.com/apache/flink/pull/26218#discussion_r1971909768
########## flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/rules/logical/FlinkJoinReorderRule.java: ########## @@ -54,7 +54,7 @@ public class FlinkJoinReorderRule extends RelRule<FlinkJoinReorderRule.Config> private static final FlinkBushyJoinReorderRule BUSHY_JOIN_REORDER = FlinkBushyJoinReorderRule.Config.DEFAULT.toRule(); - /** Creates an SparkJoinReorderRule. */ + /** Creates an FlinkJoinReorderRule. */ Review Comment: ```suggestion /** Creates a FlinkJoinReorderRule. */ ``` should it be just `a`? -- 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