Sicheng Pan created CALCITE-4685:
------------------------------------
Summary: 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
Fix For: 1.28.0
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)