zddr commented on code in PR #55169:
URL: https://github.com/apache/doris/pull/55169#discussion_r2305944072


##########
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/visitor/ExpressionLineageReplacer.java:
##########
@@ -64,7 +64,7 @@ public Expression visit(Plan plan, ExpressionReplaceContext 
context) {
 
     @Override
     public Expression visitGroupPlan(GroupPlan groupPlan, 
ExpressionReplaceContext context) {
-        LOG.error("ExpressionLineageReplacer should not meet groupPlan, plan 
is {}", groupPlan.toString());
+        LOG.debug("ExpressionLineageReplacer should not meet groupPlan, plan 
is {}", groupPlan.toString());

Review Comment:
   if (LOG.isDebugEnabled()) {



-- 
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]

Reply via email to