Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-19868

Csv Serialization schema contains line delimiter

    XMLWordPrintableJSON

Details

    • Hide
      The 'csv.line-delimiter' option has been removed from CSV format. Because the line delimiter should be defined by the connector instead of format. If users have been using this option in previous Flink version, they should alter such table to remove this option when upgrading to Flink 1.12. There should not much users using this option.
      Show
      The 'csv.line-delimiter' option has been removed from CSV format. Because the line delimiter should be defined by the connector instead of format. If users have been using this option in previous Flink version, they should alter such table to remove this option when upgrading to Flink 1.12. There should not much users using this option.

    Description

      CsvRowSerializationSchema.serialize(Row.of("f0", "f1")) => f0,f1\n

      Csv Serialization schema is for one line, why contains line delimiter?

      Attachments

        Issue Links

          Activity

            People

              nicholasjiang Nicholas Jiang
              lzljs3620320 Jingsong Lee
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: