jeongyooneo commented on a change in pull request #191: [NEMO-332] Refactor
RunTimePass
URL: https://github.com/apache/incubator-nemo/pull/191#discussion_r252127319
##########
File path:
common/src/main/java/org/apache/nemo/common/ir/vertex/executionproperty/MinParallelismProperty.java
##########
@@ -23,13 +23,13 @@
/**
* Parallelism ExecutionProperty.
*/
-public final class ParallelismProperty extends
VertexExecutionProperty<Integer> {
+public final class MinParallelismProperty extends
VertexExecutionProperty<Integer> {
Review comment:
What differs 'MinParallelism' and 'Parallelism'?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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