[ 
https://issues.apache.org/jira/browse/CALCITE-4685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sicheng Pan updated CALCITE-4685:
---------------------------------
    Fix Version/s:     (was: 1.28.0)

> Server implementation (executor) do not support DDL statements with 
> constraints
> -------------------------------------------------------------------------------
>
>                 Key: CALCITE-4685
>                 URL: https://issues.apache.org/jira/browse/CALCITE-4685
>             Project: Calcite
>          Issue Type: Bug
>          Components: server
>    Affects Versions: 1.27.0
>            Reporter: Sicheng Pan
>            Priority: Major
>
> Currently the server parser supports DDL statements with constraints (e.g. 
> PRIMARY, UNIQUE), but they could not be correctly executed by the server. An 
> example of such statement is shown below:
> CREATE TABLE EMP (EMP_ID INTEGER NOT NULL,
>   EMP_NAME VARCHAR,
>   DEPT_ID INTEGER,
>   PRIMARY KEY (DEPT_ID))



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to