nastra commented on code in PR #12726: URL: https://github.com/apache/iceberg/pull/12726#discussion_r2030492699
########## docs/docs/flink-connector.md: ########## @@ -87,6 +87,27 @@ CREATE TABLE flink_table ( ); ``` +## Table managed in REST catalog + +The following SQL will create a Flink table in current Flink catalog, which maps to the iceberg table `default_database.flink_table` managed in rest catalog Review Comment: ```suggestion The following SQL will create a Flink table in current Flink catalog, which maps to the iceberg table `default_database.flink_table` managed in REST catalog ``` -- 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