[
https://issues.apache.org/jira/browse/FLINK-23852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17400873#comment-17400873
]
Ingo Bürk commented on FLINK-23852:
-----------------------------------
This has been changed in Flink 1.14. In Flink 1.13, you cannot use quotes.
Starting with Flink 1.14, both quotes and non-quotes are supported, but the
non-quote syntax is deprecated and will be removed. See FLINK-22848.
> In sql-client mode ,could not change the properties.
> -----------------------------------------------------
>
> Key: FLINK-23852
> URL: https://issues.apache.org/jira/browse/FLINK-23852
> Project: Flink
> Issue Type: Improvement
> Components: Documentation, Table SQL / Client
> Affects Versions: 1.13.0
> Reporter: Shuaishuai Guo
> Priority: Major
> Labels: flink-sq
> Attachments: 微信图片_20210818152914.png
>
>
> When we set properties as follows, it does not work.
> {color:#ff0000}{{ SET ‘sql-client.execution.result-mode' = ‘tableau';}}{color}
> {{The reson is: single quotation mark is needless.}}
> {{It should be use like this :}}
> {{{color:#ff0000} {color}}}+{color:#ff0000}{{SET
> sql-client.execution.result-mode = ‘tableau';}}{color}+
> {{Note: all of the properties have this problem.}}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)