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)