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_r362001058
########## File path: docs/dev/table/connect.md ########## @@ -688,8 +688,8 @@ 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. -) # Please refer to Table Formats section for more details. + ... # currently only 'csv' format is supported. Review comment: OldCsv ? Because this is a programming interface. ---------------------------------------------------------------- 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