gustavodemorais commented on code in PR #26218:
URL: https://github.com/apache/flink/pull/26218#discussion_r1971983401


##########
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:
   Yep



-- 
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

Reply via email to