dawidwys commented on a change in pull request #10697: [FLINK-15402][Formats
(CSV)]Add disable quote character feature for serializing row to csv format
URL: https://github.com/apache/flink/pull/10697#discussion_r373838706
##########
File path: docs/dev/table/connect.md
##########
@@ -1442,6 +1442,8 @@ CREATE TABLE MyUserTable (
'format.field-delimiter' = ';', -- optional: field delimiter
character (',' by default)
'format.line-delimiter' = '\r\n', -- optional: line delimiter ("\n" by
default; otherwise
-- "\r" or "\r\n" are allowed)
+ 'format.disable-quote-character' = true,-- optional: disabled quote
character for enclosing field values (false by default)
Review comment:
Could you update remaining languages? Java/Scala/Python?
Moreover in SQL DDL the value of a property must be quoted.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services