davidradl commented on code in PR #26154: URL: https://github.com/apache/flink/pull/26154#discussion_r1954501891
########## docs/content/docs/libs/state_processor_api.md: ########## @@ -514,3 +512,120 @@ savepointWriter OperatorIdentifier.forUid("new-uid")) ... ``` + +## Table API + +### Getting started + +Before getting started with state SQL connector, make sure to review our [Flink SQL](../development/sql.md) guidelines. + +IMPORTANT NOTE: State Table API is now only supports keyed state. + +### Keyed State + +[Keyed state]({{< ref "docs/dev/datastream/fault-tolerance/state" >}}#keyed-state), or partitioned state, is any state that is partitioned relative to a key. + +The SQL connector allows users to read arbitrary columns as ValueState and complex state types such as ListState, MapState. Review Comment: nit: ValueState could be a link -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org