chunweilei commented on code in PR #2800:
URL: https://github.com/apache/calcite/pull/2800#discussion_r873377193
##########
core/src/main/java/org/apache/calcite/rel/rules/CoreRules.java:
##########
@@ -570,6 +570,9 @@ private CoreRules() {}
JOIN_PUSH_TRANSITIVE_PREDICATES =
JoinPushTransitivePredicatesRule.Config.DEFAULT.toRule();
+ public static final JoinDeriveIsNotNullFilterRule
JOIN_DERIVE_IS_NOT_NULL_FILTER_RULE =
+ JoinDeriveIsNotNullFilterRule.Config.DEFAULT.toRule();
+
Review Comment:
Done.
--
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]