Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/docs/dev/table/concepts/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down