mayuehappy commented on code in PR #26391:
URL: https://github.com/apache/flink/pull/26391#discussion_r2030520503


##########
flink-state-backends/flink-statebackend-forst/src/main/java/org/apache/flink/state/forst/ForStKeyedStateBackend.java:
##########
@@ -291,7 +289,7 @@ public <N, S extends InternalKeyedState, SV> S 
createStateInternal(
                         new ForStValueState<>(
                                 stateRequestHandler,
                                 columnFamilyHandle,
-                                (ValueStateDescriptor<SV>) stateDesc,
+                                registerResult.f1.getStateSerializer(),

Review Comment:
   @fredia Hahahaha, thanks for the review . I was originally planning to 
propose the changes for updating the namespace as a separate tickect 
(https://issues.apache.org/jira/browse/FLINK-37553), do you think i need to be 
put together here?



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