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 2020/08/30 08:26:38 UTC

[GitHub] [incubator-doris] liutang123 commented on a change in pull request #4482: Do not add exchange when table's distributioin satisfy the distribution requirements

liutang123 commented on a change in pull request #4482:
URL: https://github.com/apache/incubator-doris/pull/4482#discussion_r479739491



##########
File path: fe/fe-core/src/main/java/org/apache/doris/catalog/OlapTable.java
##########
@@ -1577,4 +1580,31 @@ public TStorageFormat getStorageFormat() {
         }
         return tableProperty.getStorageFormat();
     }
+
+    public boolean satisfyHashDistribution(List<Expr> hashExprs) {

Review comment:
       Rename to `meetAggDistributionRequirements` and change the param to `AggregateInfo`.




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

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