Savonitar commented on code in PR #28709:
URL: https://github.com/apache/flink/pull/28709#discussion_r3585831849
##########
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 can do it. I kept the 2-arg forms to minimize the diff. I think your
suggestion makes sense, but I wanted to get a feedback before doing that.
--
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]