Github user azagrebin commented on a diff in the pull request:
https://github.com/apache/flink/pull/6313#discussion_r202040710
--- Diff:
flink-core/src/main/java/org/apache/flink/api/common/state/StateDescriptor.java
---
@@ -92,6 +93,10 @@
@Nullable
private String queryableStateName;
+ /** Name for queries against state created from this StateDescriptor. */
+ @Nullable
+ private StateTtlConfiguration ttlConfig;
--- End diff --
ð will roll it back---
