Myasuka commented on a change in pull request #17714:
URL: https://github.com/apache/flink/pull/17714#discussion_r745395296



##########
File path: 
flink-core/src/main/java/org/apache/flink/api/common/state/StateDescriptor.java
##########
@@ -100,7 +100,9 @@
     /** Name for queries against state created from this StateDescriptor. */
     @Nullable private String queryableStateName;
 
-    /** Name for queries against state created from this StateDescriptor. */
+    /**
+     * The state time-to-live(TTL). If the setting is not displayed, the ttl 
will not be turned no.

Review comment:
       ```suggestion
        * The configuration of state time-to-live(TTL), it is disabled by 
default.
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to