wynot12 commented on a change in pull request #203: [NEMO-360] Implementing an
'XGBoostPolicy'
URL: https://github.com/apache/incubator-nemo/pull/203#discussion_r268664196
##########
File path:
common/src/main/java/org/apache/nemo/common/ir/edge/executionproperty/PartitionerProperty.java
##########
@@ -69,6 +69,15 @@ private static PartitionerProperty of(final Type type,
final int numOfPartitions
return new PartitionerProperty(Pair.of(type, numOfPartitions));
}
+ /**
+ * Static constructor.
Review comment:
The other static constructors in this file do not have this comment.
Please make consistent.
----------------------------------------------------------------
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]
With regards,
Apache Git Services