This is an automated email from the ASF dual-hosted git repository.

jchan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 3171553d407 [FLINK-34001][docs][table] Fix ambiguous document 
description towards the default value for configuring operator-level state TTL
3171553d407 is described below

commit 3171553d407d9560b30464ab4950d0181f08c8e1
Author: Jane Chan <qingyue....@gmail.com>
AuthorDate: Mon Jan 8 20:23:51 2024 +0800

    [FLINK-34001][docs][table] Fix ambiguous document description towards the 
default value for configuring operator-level state TTL
    
    This closes  #24039
---
 docs/content/docs/dev/table/concepts/overview.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/content/docs/dev/table/concepts/overview.md 
b/docs/content/docs/dev/table/concepts/overview.md
index 08518cf2cb6..4deee64d56b 100644
--- a/docs/content/docs/dev/table/concepts/overview.md
+++ b/docs/content/docs/dev/table/concepts/overview.md
@@ -508,7 +508,7 @@ It performs a regular inner join with different state TTL 
for left and right sid
       ]
     ```
     The `"index"` indicates the current state is the i-th input the operator, 
and the index starts from zero.
-The current TTL value for both left and right side is `"0 ms"`, which means 
the state retention is not enabled. 
+The current TTL value for both left and right side is `"0 ms"`, which means 
the state never expires.
 Now change the value of left state to `"3000 ms"` and right state to `"9000 
ms"`.
     ```json
     "state": [

Reply via email to