XieJiann commented on code in PR #14880:
URL: https://github.com/apache/doris/pull/14880#discussion_r1049158326


##########
fe/fe-core/src/main/java/org/apache/doris/nereids/jobs/joinorder/JoinOrderJob.java:
##########
@@ -77,13 +94,36 @@ private Group optimizeJoin(Group group) {
                 throw new RuntimeException("DPHyp can not enumerate all sub 
graphs with limit=" + limit);
             }
         }
-
         Group optimized = planReceiver.getBestPlan(hyperGraph.getNodesMap());
-        return copyToMemo(optimized);
+
+        // Apply column pruning after optimizing

Review Comment:
   done



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