WencongLiu commented on code in PR #22316:
URL: https://github.com/apache/flink/pull/22316#discussion_r1184914268


##########
flink-runtime/src/main/java/org/apache/flink/runtime/io/network/buffer/Buffer.java:
##########
@@ -289,7 +289,10 @@ enum DataType {
          * Indicates that this subpartition state is fully recovered 
(emitted). Further data can be
          * consumed after unblocking.
          */
-        RECOVERY_COMPLETION(false, true, true, false, false);
+        RECOVERY_COMPLETION(false, true, true, false, false),
+
+        /** {@link #ADD_SEGMENT_ID_EVENT} indicates that a segment is finished 
in a subpartition. */
+        ADD_SEGMENT_ID_EVENT(false, true, false, false, false);

Review Comment:
   I have move it to FLINK-31636.



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