You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Shengkai Fang (Jira)" <ji...@apache.org> on 2021/03/25 11:52:00 UTC

[jira] [Created] (FLINK-21974) Don't match pattern `SET key= ' '` in SetOperationParseStrategy

Shengkai Fang created FLINK-21974:
-------------------------------------

             Summary: Don't match pattern `SET key= ' '`  in SetOperationParseStrategy
                 Key: FLINK-21974
                 URL: https://issues.apache.org/jira/browse/FLINK-21974
             Project: Flink
          Issue Type: Bug
          Components: Table SQL / API
            Reporter: Shengkai Fang


When execute sql,
{code:java}
SET key_placeholder='test name ';
{code}
the value of the {{key_placeholder}} is {{test_name}} rather than {{'test name'}}



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