mihaibudiu commented on code in PR #4267:
URL: https://github.com/apache/calcite/pull/4267#discussion_r2021604322


##########
core/src/main/java/org/apache/calcite/rel/rules/CoreRules.java:
##########
@@ -841,4 +841,16 @@ private CoreRules() {}
   @Experimental
   public static final DphypJoinReorderRule HYPER_GRAPH_OPTIMIZE =
       DphypJoinReorderRule.Config.DEFAULT.toRule();
+
+  /** Rule that expand disjuction in condition of a {@link Filter}.
+   *
+   * @see #EXPAND_JOIN_DISJUCTION */
+  public static final ExpandDisjuctionRule EXPAND_FILTER_DISJUCTION =

Review Comment:
   the word is DISJUNCTION, with an N



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