Mingming Ge created KYLIN-4995:
----------------------------------
Summary: Query exception when the query statement contains a
single left parenthesis
Key: KYLIN-4995
URL: https://issues.apache.org/jira/browse/KYLIN-4995
Project: Kylin
Issue Type: Bug
Components: Query Engine
Affects Versions: v3.1.2
Reporter: Mingming Ge
Attachments: image-2021-05-19-10-15-34-215.png
Queries like this:
{code:java}
select '( a + b) * (c+ d ' from t;{code}
The following exception will occur during execution,
!image-2021-05-19-10-15-34-215.png!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)