guoweiM commented on a change in pull request #25:
URL: https://github.com/apache/flink-ml/pull/25#discussion_r746421232
##########
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:
But I think it might be some potential bug, right? So I prefer to call
it even if the super is empty WDYT?
--
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]