Zakelly commented on code in PR #26416:
URL: https://github.com/apache/flink/pull/26416#discussion_r2035186925


##########
flink-runtime/src/main/java/org/apache/flink/runtime/state/v2/RegisteredKeyValueStateBackendMetaInfo.java:
##########
@@ -138,6 +138,13 @@ public TypeSerializerSchemaCompatibility<S> 
updateStateSerializer(
         return 
stateSerializerProvider.registerNewSerializerForRestoredState(newStateSerializer);
     }
 
+    @Nonnull
+    public TypeSerializerSchemaCompatibility<N> updateNamespaceSerializer(
+            TypeSerializer<N> newNamespaceSerializer) {
+        return 
namespaceSerializerProvider.registerNewSerializerForRestoredState(

Review Comment:
   Well this is the name of existing interface, we'd better keep this in 
current PR.



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