rubenada commented on code in PR #4204:
URL: https://github.com/apache/calcite/pull/4204#discussion_r1966834279


##########
core/src/main/java/org/apache/calcite/rel/rules/CoreRules.java:
##########
@@ -816,4 +816,14 @@ private CoreRules() {}
       WINDOW_REDUCE_EXPRESSIONS =
       
ReduceExpressionsRule.WindowReduceExpressionsRule.WindowReduceExpressionsRuleConfig
           .DEFAULT.toRule();
+  /** Rule that flattens a tree of {@link LogicalJoin}s

Review Comment:
   nit: for consistency, could you please keep an empty between the new rule 
and the previous one?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to