Hi,
I'm trying to understand the state functionality. Is there any case where using CheckpointedFunction with Keyed state makes any sense?
Or the CheckpointedFunction is only to be used with operator state?
Does the ListState get checkpointed on its own if it is used inside OperatorState?
Regards,