morrySnow commented on code in PR #18257:
URL: https://github.com/apache/doris/pull/18257#discussion_r1163808706
##########
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/Expression.java:
##########
@@ -51,6 +51,7 @@
public abstract class Expression extends AbstractTreeNode<Expression>
implements ExpressionTrait {
// Mask this expression is generated by rule, should be removed.
public boolean isGeneratedIsNotNull = false;
+ private boolean isAnalyzedFunction = false;
Review Comment:
please do not introduce any mutable attrs
--
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]