thswlsqls commented on code in PR #17091:
URL: https://github.com/apache/iceberg/pull/17091#discussion_r3593061866
##########
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:
You're right — `catalog-type=nessie` isn't handled in `FlinkCatalogFactory`
(only `hive`/`hadoop`/`rest`), so this would still throw
`UnsupportedOperationException`. Switched the example to
`'catalog-impl'='org.apache.iceberg.nessie.NessieCatalog'`, matching the
custom-catalog pattern this page already uses in the Java example.
--
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]