Henry2SS commented on code in PR #15737:
URL: https://github.com/apache/doris/pull/15737#discussion_r1064447811
##########
fe/fe-core/src/main/java/org/apache/doris/analysis/CompoundPredicate.java:
##########
@@ -198,6 +198,13 @@ public static Expr createConjunction(Expr lhs, Expr rhs) {
return new CompoundPredicate(Operator.AND, rhs, lhs);
}
+ public static Expr createDisjunction(Expr lhs, Expr rhs) {
Review Comment:
There are no references of this method. Is it redundant?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]