wonook commented on a change in pull request #203: [NEMO-360] Implementing an
'XGBoostPolicy'
URL: https://github.com/apache/incubator-nemo/pull/203#discussion_r268946926
##########
File path: common/src/main/java/org/apache/nemo/common/ir/vertex/IRVertex.java
##########
@@ -85,6 +85,10 @@ public final IRVertex setPropertyPermanently(final
VertexExecutionProperty<?> ex
return this;
}
+ public final Boolean isUtilityVertex() {
+ return this.getClass().getPackage().getName().contains("vertex.utility");
Review comment:
I'll make the change.
----------------------------------------------------------------
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