[ https://issues.apache.org/jira/browse/FLINK-19258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jark Wu reassigned FLINK-19258: ------------------------------- Assignee: dalongliu > Fix the wrong example of "csv.line-delimiter" in CSV documentation > ------------------------------------------------------------------ > > Key: FLINK-19258 > URL: https://issues.apache.org/jira/browse/FLINK-19258 > Project: Flink > Issue Type: Bug > Components: Documentation, Formats (JSON, Avro, Parquet, ORC, > SequenceFile), Table SQL / Ecosystem > Reporter: Jark Wu > Assignee: dalongliu > Priority: Major > > In the documentation [1], it says: > {code} > 'csv.line-delimiter' = U&'\\000D' specifies the to use carriage return \r as > line delimiter. > 'csv.line-delimiter' = U&'\\000A' specifies the to use line feed \n as line > delimiter. > {code} > This is wrong. They should be U&'\000D' and U&'\000A'. > [1]: > https://ci.apache.org/projects/flink/flink-docs-master/dev/table/connectors/formats/csv.html#csv-line-delimiter -- This message was sent by Atlassian Jira (v8.3.4#803005)