Zakelly commented on code in PR #25126: URL: https://github.com/apache/flink/pull/25126#discussion_r1694222245
########## flink-state-backends/flink-statebackend-forst/src/main/java/org/apache/flink/state/forst/ForStInnerTable.java: ########## @@ -73,7 +73,7 @@ public interface ForStInnerTable<K, N, V> { * @param stateRequest The given stateRequest. * @return The corresponding ForSt GetRequest. */ - ForStDBGetRequest<K, N, V> buildDBGetRequest(StateRequest<?, ?, ?> stateRequest); + ForStDBGetRequest buildDBGetRequest(StateRequest<?, ?, ?> stateRequest); Review Comment: Actually it should not be removed. I added it back. -- 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