924060929 commented on code in PR #10241:
URL: https://github.com/apache/doris/pull/10241#discussion_r901276488


##########
fe/fe-core/src/main/java/org/apache/doris/nereids/operators/plans/physical/PhysicalProject.java:
##########
@@ -53,4 +55,9 @@ public String toString() {
     public <R, C> R accept(PlanOperatorVisitor<R, C> visitor, Plan plan, C 
context) {
         return 
visitor.visitPhysicalProject(((PhysicalUnaryPlan<PhysicalProject, Plan>) plan), 
context);
     }
+
+    @Override
+    public List<Expression> getExpressions() {
+        return ImmutableList.of();

Review Comment:
   not implement. this PR is a part of analyze pr. next PR will complete for 
SSB. 



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

Reply via email to