nastra commented on code in PR #9647:
URL: https://github.com/apache/iceberg/pull/9647#discussion_r1478181814
##########
docs/docs/flink-configuration.md:
##########
@@ -37,7 +37,7 @@ The following properties can be set globally and are not
limited to a specific c
| Property | Required | Values |
Description
|
| ---------------------------- |----------| --------------------------
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| type | ✔️ | iceberg | Must
be `iceberg`.
|
-| catalog-type | | `hive`, `hadoop` or `rest` |
`hive`, `hadoop` or `rest` for built-in catalogs, or left unset for custom
catalog implementations using catalog-impl.
|
+| catalog-type | | `hive`, `hadoop`, `rest`, `glue`,
`jdbc` or `nessie` | The underlying Iceberg catalog implementation,
`HiveCatalog`, `HadoopCatalog`, `RESTCatalog`, `GlueCatalog`, `JdbcCatalog`,
`NessieCatalog` or left unset if using a custom catalog|
Review Comment:
```suggestion
| catalog-type | | `hive`, `hadoop`, `rest`,
`glue`, `jdbc` or `nessie` | The underlying Iceberg catalog implementation,
`HiveCatalog`, `HadoopCatalog`, `RESTCatalog`, `GlueCatalog`, `JdbcCatalog`,
`NessieCatalog` or left unset if using a custom catalog implementation via
catalog-impl|
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]