guoweiM commented on a change in pull request #23:
URL: https://github.com/apache/flink-ml/pull/23#discussion_r746295904
##########
File path:
flink-ml-iteration/src/main/java/org/apache/flink/iteration/IterationBody.java
##########
@@ -44,7 +51,7 @@
* streams returned by the IterationBody.
Review comment:
code or linkto the IterationBody?
##########
File path:
flink-ml-iteration/src/main/java/org/apache/flink/iteration/IterationBody.java
##########
@@ -44,7 +51,7 @@
* streams returned by the IterationBody.
*/
@Experimental
-public interface IterationBody {
+public interface IterationBody extends Serializable {
Review comment:
Why do we need this `Serializable`?
--
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]