You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Wenzheng Liu (JIRA)" <ji...@apache.org> on 2018/03/29 10:48:00 UTC

[jira] [Created] (CALCITE-2230) SqlWith unparse result is invalid

Wenzheng Liu created CALCITE-2230:
-------------------------------------

             Summary: SqlWith unparse result is invalid
                 Key: CALCITE-2230
                 URL: https://issues.apache.org/jira/browse/CALCITE-2230
             Project: Calcite
          Issue Type: Bug
          Components: core
    Affects Versions: 1.16.0
            Reporter: Wenzheng Liu
            Assignee: Julian Hyde


for example,"with a as (select * from t1), b as(select * from t2) select * from a,b" will be unpared as "with a as (select * from t1), b as(select * from t2) (select * from a,b)" in SqlWith, but the body select  does not need "(" and ")"



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)