[jira] [Created] (FLINK-16066) StateBinder should pickup persisted values in inner class

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-16066) StateBinder should pickup persisted values in inner class

Shang Yuanchun (Jira)
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)