gaoyunhaii commented on a change in pull request #13320:
URL: https://github.com/apache/flink/pull/13320#discussion_r483691287
##########
File path: docs/dev/stream/state/queryable_state.md
##########
@@ -155,7 +150,7 @@ descriptor.setQueryable("query-name"); // queryable state
name
</div>
This variant has no limitations as to which type of state can be made
queryable. This means that this can be used for
-any `ValueState`, `ReduceState`, `ListState`, `MapState`, `AggregatingState`,
and the currently deprecated `FoldingState`.
+any `ValueState`, `ReduceState`, `ListState`, `MapState`, and
`AggregatingState`.
Review comment:
This and the next one should also be removed from the Chinese version.
But I think I could help remove it separately after this PR.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]