[
https://issues.apache.org/jira/browse/FLINK-14122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16933397#comment-16933397
]
Seth Wiesman commented on FLINK-14122:
--------------------------------------
Hi Jiayi, List checkpointed abstracts away the details of the state descriptor
including the name and serializer. While it’s technically possible to use
readList I don’t think most users will know how. I consider it an oversight
that I didn’t add this api originally.
> Extend State Processor API to read ListCheckpointed operator state
> ------------------------------------------------------------------
>
> Key: FLINK-14122
> URL: https://issues.apache.org/jira/browse/FLINK-14122
> Project: Flink
> Issue Type: Sub-task
> Components: API / DataStream
> Affects Versions: 1.10.0
> Reporter: Seth Wiesman
> Priority: Major
>
> The state processor api cannot read operator state using the
> ListCheckpointed interface because it requires access the JavaSerializer
> which is package private. Instead of making that class public, we should
> offer a readListCheckpointed Method to easily read this state.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)