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)

Reply via email to