gustavodemorais commented on code in PR #26687: URL: https://github.com/apache/flink/pull/26687#discussion_r2152886176
########## flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/rules/logical/JoinToMultiJoinForReorderRule.java: ########## @@ -99,24 +99,24 @@ * @see CoreRules#JOIN_TO_MULTI_JOIN */ @Value.Enclosing -public class FlinkJoinToMultiJoinRule extends RelRule<FlinkJoinToMultiJoinRule.Config> +public class JoinToMultiJoinForReorderRule extends RelRule<JoinToMultiJoinForReorderRule.Config> Review Comment: This is the rule used for reordering and I just tried to give it a better name. The javadoc is still accurate since I change it it. The rule is mostly copied from {@link org.apache.calcite.rel.rules.JoinToMultiJoinRule} with some modifications. -- 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