[
https://issues.apache.org/jira/browse/FLINK-24818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yun Tang resolved FLINK-24818.
------------------------------
Resolution: Fixed
merged in master: f8f84da44cdb833f54789c20414c354d3a00efa6
> 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)