Igal Shilman created FLINK-16066:
------------------------------------
Summary: StateBinder should pickup persisted values in inner class
Key: FLINK-16066
URL:
https://issues.apache.org/jira/browse/FLINK-16066 Project: Flink
Issue Type: Task
Components: Stateful Functions
Reporter: Igal Shilman
Currently StateBinder would only bind PersistedValues/PersistedTables if they are declared directly as a field in a StatefulFunction, but this prevents reuse through composition.
Ideally if I user annotates a field as Persisted, StateBinder should recurse into that class and pick up all the PersistedStates/PersistedTables.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)