mrsubhash commented on code in PR #12894: URL: https://github.com/apache/iceberg/pull/12894#discussion_r2069229821
########## docs/docs/aws.md: ########## @@ -84,7 +84,7 @@ With those dependencies, you can create a Flink catalog like the following: CREATE CATALOG my_catalog WITH ( 'type'='iceberg', 'warehouse'='s3://my-bucket/my/key/prefix', - 'type'='glue', + 'catalog-impl'='org.apache.iceberg.aws.glue.GlueCatalog', Review Comment: Yeah, makes sense. Updated both the examples to use `catalog-type` -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org