tzulitai commented on a change in pull request #8078: [FLINK-12066] [State
Backends] Remove StateSerializerProvider field in keyed state backends
URL: https://github.com/apache/flink/pull/8078#discussion_r272921407
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/state/StateSnapshotRestore.java
##########
@@ -27,7 +28,7 @@
* TODO find better name?
*/
@Internal
-public interface StateSnapshotRestore {
+public interface StateSnapshotRestore<K> {
Review comment:
Add `K` parameter description to the Javadocs
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services