xixili3 commented on a change in pull request #277: [NEMO-429] SWPP TEAM2 Code
Smell Fix
URL: https://github.com/apache/incubator-nemo/pull/277#discussion_r360634864
##########
File path:
runtime/executor/src/main/java/org/apache/nemo/runtime/executor/datatransfer/InputWatermarkManager.java
##########
@@ -27,7 +27,7 @@
* --edge 2--> watermarkManager --(emitWatermark)--> nextOperator
* --edge 3-->
*/
-public interface InputWatermarkManager {
+public interface InputWatermarkManager implements Serializable {
Review comment:
Thank you. I have modified all points that you have pointed out
----------------------------------------------------------------
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