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


##########
core/src/main/java/org/apache/calcite/rel/rules/CoreRules.java:
##########
@@ -816,4 +816,15 @@ private CoreRules() {}
       WINDOW_REDUCE_EXPRESSIONS =
       
ReduceExpressionsRule.WindowReduceExpressionsRule.WindowReduceExpressionsRuleConfig
           .DEFAULT.toRule();
+
+  /** Rule that flattens a tree of {@link LogicalJoin}s
+   * into a single {@link HyperGraph} with N inputs. */
+  public static final JoinToHyperGraphRule JOIN_TO_HYPER_GRAPH =

Review Comment:
   Could you please annotate also `JOIN_TO_HYPER_GRAPH` and 
`HYPER_GRAPH_OPTIMIZE` as `@Experimental` ?



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