morrySnow commented on code in PR #42862: URL: https://github.com/apache/doris/pull/42862#discussion_r1820596583
########## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/physical/PhysicalProject.java: ########## @@ -63,6 +63,11 @@ public PhysicalProject(List<NamedExpression> projects, LogicalProperties logical this(projects, Optional.empty(), logicalProperties, child); } + public PhysicalProject(List<NamedExpression> projects, LogicalProperties logicalProperties, + PhysicalProperties physicalProperties, CHILD_TYPE child) { + this(projects, Optional.empty(), logicalProperties, child); Review Comment: input parameter physicalProperties is not used -- 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