You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Shuaishuai Guo (Jira)" <ji...@apache.org> on 2021/08/18 07:32:00 UTC

[jira] [Created] (FLINK-23852) In sql-client mode ,could not change the properties.

Shuaishuai Guo created FLINK-23852:
--------------------------------------

             Summary: 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
         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)