gaoyunhaii commented on a change in pull request #25:
URL: https://github.com/apache/flink-ml/pull/25#discussion_r746361918



##########
File path: 
flink-ml-iteration/src/main/java/org/apache/flink/iteration/operator/perround/AbstractPerRoundWrapperOperator.java
##########
@@ -223,7 +246,44 @@ public void initializeState(StreamTaskStateInitializer 
streamTaskStateManager)
 
     @Override
     public void initializeState(StateInitializationContext context) throws 
Exception {
-        // Do thing for now since we do not have states.
+        parallelismState =

Review comment:
       Perhaps this is not necessary since the super is empty?




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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to