Savonitar commented on code in PR #28709:
URL: https://github.com/apache/flink/pull/28709#discussion_r3588250984


##########
flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/metadata/MetadataV2V3SerializerBase.java:
##########
@@ -325,6 +340,14 @@ protected OperatorSubtaskState deserializeSubtaskState(
     @VisibleForTesting
     static void serializeKeyedStateHandle(KeyedStateHandle stateHandle, 
DataOutputStream dos)
             throws IOException {
+        serializeKeyedStateHandle(stateHandle, dos, null);
+    }

Review Comment:
   I dropped context-free methods in 
https://github.com/apache/flink/pull/28709/changes/30c2e72cd3a2b00ec1b06e2480ac380c660bfca2
 + added justifications to remaining `null`



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