danny0405 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_r314718253
 
 

 ##########
 File path: docs/dev/table/connect.md
 ##########
 @@ -276,6 +276,40 @@ tables:
         type: VARCHAR
 {% endhighlight %}
 </div>
+
+<div data-lang="DDL" markdown="1">
+{% highlight sql %}
+-- CREATE a 010 version Kafka table start from the earliest offset(as table 
source) and append mode(as table sink).
+CREATE TABLE MyUserTable (
+  `user` bigint,
+  message varchar,
+  ts varchar
 
 Review comment:
   Firstly i use string but Jark said that the `STRING` is not usable now, i 
kindly agree.

----------------------------------------------------------------
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

Reply via email to