Zakelly commented on code in PR #26245: URL: https://github.com/apache/flink/pull/26245#discussion_r1983073417
########## flink-state-backends/flink-statebackend-forst/src/main/java/org/apache/flink/state/forst/ForStMapState.java: ########## @@ -131,6 +131,7 @@ public byte[] serializeKey(ContextKey<K, N> contextKey) throws IOException { public byte[] serializeValue(UV value) throws IOException { DataOutputSerializer outputView = valueSerializerView.get(); outputView.clear(); + outputView.writeBoolean(false); Review Comment: This PR intents to align the sync state and async state format for serialization, for the convenient of state migration between sync and async state mode ----- but this is still under planning -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org