wuchong commented on a change in pull request #10718: [FLINK-15425][docs] Fix 
csv format usage in Filesystem connector section
URL: https://github.com/apache/flink/pull/10718#discussion_r361966441
 
 

 ##########
 File path: docs/dev/table/connect.md
 ##########
 @@ -663,7 +663,7 @@ CREATE TABLE MyUserTable (
   'connector.type' = 'filesystem',                -- required: specify to 
connector type
   'connector.path' = 'file:///path/to/whatever',  -- required: path to a file 
or directory
   'format.type' = '...',                          -- required: file system 
connector requires to specify a format,
-  ...                                             -- currently only 'csv' 
format is supported.
+  ...                                             -- currently only 'Old Csv 
format' is supported if define filesystem connector by DDL.
 
 Review comment:
   The `csv` means `'format.type'='csv'`, so we shouldn't modify it. 

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