[ 
https://issues.apache.org/jira/browse/FLINK-15402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated FLINK-15402:
-----------------------------------
    Labels: pull-request-available  (was: )

> Add disable quote character feature for serializing row to csv format
> ---------------------------------------------------------------------
>
>                 Key: FLINK-15402
>                 URL: https://issues.apache.org/jira/browse/FLINK-15402
>             Project: Flink
>          Issue Type: Improvement
>          Components: Formats (JSON, Avro, Parquet, ORC, SequenceFile)
>    Affects Versions: 1.9.1
>            Reporter: Peng
>            Priority: Major
>              Labels: pull-request-available
>
> We'd like to send row to kafka topic with csv format and that without any 
> quote character. 
>  For example, input data is like Row.of("Test", 12, "2019-12-26 12:12:12")and 
> expect serialized result is {color:#0747a6}Test,12,2019-12-26 12:12:12{color} 
> rather than {color:#de350b}Test,12,"2019-12-26 12:12:12"{color} by default.



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

Reply via email to