lasdf1234 commented on code in PR #10560:
URL: https://github.com/apache/gravitino/pull/10560#discussion_r3007949443
##########
docs/flink-connector/flink-connector.md:
##########
@@ -35,8 +35,20 @@ This capability allows users to perform federation queries,
accessing data from
| table.catalog-store.kind | string |
generic_in_memory | The Catalog Store name, it should set to `gravitino`.
| Yes | 0.6.0-incubating |
| table.catalog-store.gravitino.gravitino.metalake | string | (none)
| The metalake name that flink connector used to request to Gravitino. | Yes
| 0.6.0-incubating |
| table.catalog-store.gravitino.gravitino.uri | string | (none)
| The uri of Gravitino server address. | Yes
| 0.6.0-incubating |
+| table.catalog-store.gravitino.gravitino.support.session.catalog | boolean |
false | Whether to enable support for Flink's session catalog in the Gravitino
catalog store. | No | 1.3.0 |
| table.catalog-store.gravitino.gravitino.client. | string | (none)
| The configuration key prefix for the Gravitino client config. | No
| 1.0.0 |
+When `table.catalog-store.gravitino.gravitino.support.session.catalog` is set
to `true`, Gravitino uses `GravitinoSessionCatalogStore`, which combines a
`GravitinoCatalogStore` (backed by the Gravitino server) with an in-memory
store to support Flink's session catalog. When `false` (the default), only
`GravitinoCatalogStore` is used.
+
Review Comment:
I Have modify PR description
--
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]