adonis0147 commented on code in PR #11299: URL: https://github.com/apache/doris/pull/11299#discussion_r933724127
########## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/BinaryExpression.java: ########## @@ -23,15 +23,4 @@ * Interface for all expression that have two children. */ public interface BinaryExpression extends BinaryNode<Expression, Expression, Expression> { Review Comment: Like `org.apache.doris.nereids.trees.plans.BinaryPlan`, these interfaces are retained for future. Because these implementations are the same as `BinaryNode`, I remove those due to the redundancy. -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org