[
https://issues.apache.org/jira/browse/FLINK-19258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jark Wu closed FLINK-19258.
---------------------------
Fix Version/s: 1.12.0
Resolution: Fixed
Fixed in master : 237b5e02ba2ee43d8d33b6f5c0fa04710b3088be
> 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
> Labels: pull-request-available
> Fix For: 1.12.0
>
>
> 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)