julianhyde commented on a change in pull request #2105:
URL: https://github.com/apache/calcite/pull/2105#discussion_r469741577
##########
File path: core/src/main/java/org/apache/calcite/rex/RexSimplify.java
##########
@@ -2284,6 +2291,12 @@ static Predicate of(RexNode t) {
}
return IsPredicate.of(t);
}
+
+ /** Returns whether this predicate can while simplifying other OR
+ * operands. */
+ default boolean allowedInOr(RelOptPredicateList predicates) {
+ return true;
Review comment:
good catch. i'll fix.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]