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_r361966637
##########
File path: docs/dev/table/connect.md
##########
@@ -699,7 +699,7 @@ connector:
type: filesystem
path: "file:///path/to/whatever" # required: path to a file or directory
format: # 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 YAML.
Review comment:
```suggestion
... # currently only "csv" format is
supported.
```
----------------------------------------------------------------
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