fredia commented on code in PR #25745: URL: https://github.com/apache/flink/pull/25745#discussion_r1875228444
########## flink-state-backends/flink-statebackend-forst/src/main/java/org/apache/flink/state/forst/ForStKeyedStateBackend.java: ########## @@ -227,6 +233,21 @@ public void setup(@Nonnull StateRequestHandler stateRequestHandler) { this.stateRequestHandler = stateRequestHandler; } + @Override + public <N, S extends State, SV> S getOrCreateKeyedState( Review Comment: 👍 Methods in an interface are `public` and `abstract`, `createState()` can't be marked as `protected `, so I removed `createState()` from `AsyncStateBackend`. -- 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