You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/06/20 12:28:27 UTC

[GitHub] [doris] morrySnow commented on a diff in pull request #10270: [Minor](nereids): Get plan directly

morrySnow commented on code in PR #10270:
URL: https://github.com/apache/doris/pull/10270#discussion_r901607210


##########
fe/fe-core/src/main/java/org/apache/doris/nereids/memo/Group.java:
##########
@@ -17,10 +17,13 @@
 
 package org.apache.doris.nereids.memo;
 
+import org.apache.doris.common.AnalysisException;
 import org.apache.doris.common.Pair;
 import org.apache.doris.nereids.operators.plans.logical.LogicalOperator;
 import org.apache.doris.nereids.properties.LogicalProperties;
 import org.apache.doris.nereids.properties.PhysicalProperties;
+import org.apache.doris.nereids.trees.plans.Plan;
+import org.apache.doris.nereids.trees.plans.physical.PhysicalPlan;
 
 import com.clearspring.analytics.util.Lists;
 import com.clearspring.analytics.util.Preconditions;

Review Comment:
   i think these three class is imported by mistake, and should be
   ```
   com.google.common.collect.Lists
   com.google.common.base.Preconditions
   org.apache.commons.collections.CollectionUtils
   ```
   



-- 
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-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org