JingsongLi commented on a change in pull request #10733: [FLINK-15446][table][docs] Improve "Connect to External Systems" documentation page URL: https://github.com/apache/flink/pull/10733#discussion_r362376668
########## File path: docs/dev/table/connect.md ########## @@ -164,21 +164,8 @@ CREATE TABLE MyUserTable ( 'connector.properties.zookeeper.connect' = 'localhost:2181', 'connector.properties.bootstrap.servers' = 'localhost:9092', - -- specify the update-mode for streaming tables - 'update-mode' = 'append', - -- declare a format for this system - 'format.type' = 'avro', Review comment: Does Avro support derive schema from connector? ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services