stevenzwu commented on code in PR #7070: URL: https://github.com/apache/iceberg/pull/7070#discussion_r1132940706
########## docs/flink-getting-started.md: ########## @@ -344,11 +324,11 @@ CREATE TABLE `hive_catalog`.`default`.`sample` ( ); ``` -Table create commands support the most commonly used [flink create clauses](https://ci.apache.org/projects/flink/flink-docs-release-1.11/dev/table/sql/create.html#create-table) now, including: +Table create commands support the commonly used [Flink create clauses](https://nightlies.apache.org/flink/flink-docs-release-1.16/docs/dev/table/sql/create/) including: Review Comment: what about using the doc link from master branch? then we don't need to worry about the Flink versions in the doc https://nightlies.apache.org/flink/flink-docs-master/docs/dev/table/sql/create/ -- 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]
