You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Jingsong Lee (Jira)" <ji...@apache.org> on 2020/10/29 04:10:00 UTC

[jira] [Commented] (FLINK-19868) Csv Serialization schema contains line delimiter

    [ https://issues.apache.org/jira/browse/FLINK-19868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17222697#comment-17222697 ] 

Jingsong Lee commented on FLINK-19868:
--------------------------------------

Now the filesystem wants to reuse serialization schema, but the behavior of each format is inconsistent. For example, the line separator is written in CSV, but JSON does not.

> Csv Serialization schema contains line delimiter
> ------------------------------------------------
>
>                 Key: FLINK-19868
>                 URL: https://issues.apache.org/jira/browse/FLINK-19868
>             Project: Flink
>          Issue Type: Bug
>          Components: Formats (JSON, Avro, Parquet, ORC, SequenceFile)
>            Reporter: Jingsong Lee
>            Priority: Major
>
> CsvRowSerializationSchema.serialize(Row.of("f0", "f1")) => f0,f1\n
> Csv Serialization schema is for one line, why contains line delimiter?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)