[
https://issues.apache.org/jira/browse/FLINK-17376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aljoscha Krettek closed FLINK-17376.
------------------------------------
Release Note: We removed deprecated state access methods
`RuntimeContext.getFoldingState(...)`,
`OperatorStateStore.getSerializableListState(...)`, and
`OperatorStateStore.getOperatorState(...)`. This means that some code that was
compiled against Flink 1.10 will not work with a Flink 1.11 cluster. An example
of this is our Kafka connector which internally used
`OperatorStateStore.getSerializableListState`.
Resolution: Fixed
> Remove deprecated state access methods
> --------------------------------------
>
> Key: FLINK-17376
> URL: https://issues.apache.org/jira/browse/FLINK-17376
> Project: Flink
> Issue Type: Improvement
> Components: API / DataStream
> Reporter: Stephan Ewen
> Assignee: Manish Ghildiyal
> Priority: Critical
> Labels: pull-request-available, starter
> Fix For: 1.11.0
>
>
> Some methods for state access in the DataStream API are deprecated for three
> years (yes, indeed!) and are still around and confusing users. We should
> finally remove them.
> The methods are
> - RuntimeContext.getFoldingState(...)
> - OperatorStateStore.getSerializableListState(...)
> - OperatorStateStore.getOperatorState(...)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)