You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Mingming Ge (Jira)" <ji...@apache.org> on 2021/05/19 02:17:00 UTC

[jira] [Created] (KYLIN-4995) Query exception when the query statement contains a single left parenthesis

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)