jaehwan0214 commented on a change in pull request #302:
URL: https://github.com/apache/incubator-nemo/pull/302#discussion_r506944517
##########
File path:
compiler/frontend/beam/src/main/java/org/apache/nemo/compiler/frontend/beam/PipelineTranslationContext.java
##########
@@ -275,7 +275,7 @@ DAGBuilder getBuilder() {
if (srcTransform instanceof FlattenTransform) {
return CommunicationPatternProperty.Value.ONE_TO_ONE;
}
- if (dstTransform instanceof GBKTransform
+ if ((dstTransform instanceof GBKTransform && !((GBKTransform)
dstTransform).getIsPartialCombining())
Review comment:
Yes, I added them. Thank you.
----------------------------------------------------------------
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:
[email protected]