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_r361966534
##########
File path: docs/dev/table/connect.md
##########
@@ -676,7 +676,7 @@ CREATE TABLE MyUserTable (
.path("file:///path/to/whatever") // required: path to a file or
directory
)
.withFormat( // required: file system connector
requires to specify a format,
- ... // currently only Csv format is
supported.
+ ... // currently only 'Csv format' and
'Old Csv format' are supported.
Review comment:
```suggestion
... // currently only OldCsv 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