[
https://issues.apache.org/jira/browse/FLINK-24818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17440984#comment-17440984
]
Yun Tang commented on FLINK-24818:
----------------------------------
[~jianzhang.yjz] Thanks for pointing out this documentation erro, already
assigned to you.
> Incorrect comment of ttlConfig field in StateDescriptor
> -------------------------------------------------------
>
> Key: FLINK-24818
> URL: https://issues.apache.org/jira/browse/FLINK-24818
> Project: Flink
> Issue Type: Improvement
> Components: API / State Processor
> Reporter: jianzhang.yjz
> Assignee: jianzhang.yjz
> Priority: Minor
> Labels: pull-request-available
> Fix For: 1.15.0
>
>
> The _*ttlConfig*_ field in the _*StateDescriptor*_ class is annotated
> incorretly, which may be caused by the copy _*queryableStateName*_ field.
> {code:java}
> /** Name for queries against state created from this StateDescriptor. */
> @Nullable private String queryableStateName;
> /** Name for queries against state created from this StateDescriptor. */
> @Nonnull private StateTtlConfig ttlConfig = StateTtlConfig.DISABLED; {code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)