sjwiesman commented on a change in pull request #11618: [FLINK-6258] Deprecate ListCheckpointed interface URL: https://github.com/apache/flink/pull/11618#discussion_r402441528
########## File path: docs/dev/stream/state/state.md ########## @@ -533,8 +533,8 @@ in that: ## Using Operator State -To use operator state, a stateful function can implement either the more general `CheckpointedFunction` -interface, or the `ListCheckpointed<T extends Serializable>` interface. +To use operator state, a stateful function can implement the `CheckpointedFunction` Review comment: Just thinking out loud, not for this pr, but we are probably going to need to u[date the data stream docs to avoid the phrase "stateful function" ---------------------------------------------------------------- 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
