[
https://issues.apache.org/jira/browse/FLINK-23852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17400876#comment-17400876
]
Ingo Bürk commented on FLINK-23852:
-----------------------------------
Further explanation is needed. The change was also backported to Flink 1.13,
since it is non-breaking (both quoted and unquoted are supported). However,
this is only released with Flink 1.13.2, so in Flink 1.13.0, the new (quoted)
syntax doesn't yet work. But the docs only exist per minor version, not per
patch version.
> 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)