thswlsqls opened a new pull request, #17091: URL: https://github.com/apache/iceberg/pull/17091
Closes #17089 ## Summary - The Flink Python API `CREATE CATALOG` example set the `'type'` key twice in the same properties map (`'iceberg'` then `'nessie'`). - The repo's established convention (`flink.md`) is `'type'='iceberg'` plus a separate `'catalog-type'='<impl>'` key to select the catalog implementation. - Changed the second `'type'='nessie'` to `'catalog-type'='nessie'`. A prior fix attempt, PR #12978, proposed the same change but was closed by stale-bot with no merit objection; this bug is still present on `main`. ## Testing done - Docs-only change, no behavior change — no test added. Verified against `docs/docs/flink.md` line 189-197's `type`/`catalog-type` convention. -- 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]
