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


##########
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:
   nit: is the New in the method name required?  
   registerNewSerializerForRestoredState -> registerSerializerForRestoredState



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

Reply via email to