[
https://issues.apache.org/jira/browse/KYLIN-4995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17356078#comment-17356078
]
ASF subversion and git services commented on KYLIN-4995:
--------------------------------------------------------
Commit 4e63c34b11496a1b79cb7ad4a1ce7b29c99a492d in kylin's branch
refs/heads/master from 7mming7
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=4e63c34 ]
KYLIN-4995 fix query exception when the query statement contains a single left
parenthesis
> 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
> Assignee: Mingming Ge
> Priority: Critical
> Attachments: image-2021-05-19-10-15-34-215.png
>
> Original Estimate: 24h
> Remaining Estimate: 24h
>
> 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|width=592,height=326!
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)