ebyhr commented on code in PR #17091:
URL: https://github.com/apache/iceberg/pull/17091#discussion_r3522236052
##########
docs/docs/nessie.md:
##########
@@ -93,7 +93,7 @@ table_env = StreamTableEnvironment.create(env)
table_env.execute_sql("CREATE CATALOG nessie_catalog WITH ("
"'type'='iceberg', "
- "'type'='nessie', "
+ "'catalog-type'='nessie', "
Review Comment:
Does this example really work? I think Flink only supports `hadoop`, `hive`,
`rest` in `catalog-type` property.
https://github.com/apache/iceberg/blob/3038fde68307bb5bc95de256670cb0b38ed6de71/flink/v2.1/flink/src/main/java/org/apache/iceberg/flink/FlinkCatalogFactory.java#L101-L120
--
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]