wuchong commented on a change in pull request #9366: [FLINK-13359][docs] Add documentation for DDL introduction URL: https://github.com/apache/flink/pull/9366#discussion_r310961438
########## File path: docs/dev/table/connect.md ########## @@ -656,9 +656,11 @@ connector: The file system connector itself is included in Flink and does not require an additional dependency. A corresponding format needs to be specified for reading and writing rows from and to a file system. +The file system connector can also be defined with a *CREATE TABLE DDL* statement, please see the dedicated page [DDL](ddl.html) examples. Review comment: The purpose of FLINK-13362 is aiming to add documentation about how to create filesystem, kafka, ES connectors by DDL. It would be great if we can add an additional tab called "DDL" besides "Java/Scala" and "YAML", and describe all the supported properties. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
