KarmaGYZ commented on a change in pull request #11855:
URL: https://github.com/apache/flink/pull/11855#discussion_r412784835



##########
File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/jobgraph/IntermediateResultPartitionID.java
##########
@@ -27,29 +28,76 @@
 /**
  * Id identifying {@link IntermediateResultPartition}.
  */
-public class IntermediateResultPartitionID extends AbstractID implements 
ResultID {
+public class IntermediateResultPartitionID implements 
Comparable<IntermediateResultPartitionID>, ResultID, java.io.Serializable {

Review comment:
       Sounds good.




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to