[
https://issues.apache.org/jira/browse/CALCITE-5688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17746718#comment-17746718
]
Julian Hyde commented on CALCITE-5688:
--------------------------------------
Thanks for the prompt response, [~jiajunbernoulli]. The commit looks good;
please merge it after main branch re-opens.
> Support TRUNCATE TABLE DDL statement in server module
> -----------------------------------------------------
>
> Key: CALCITE-5688
> URL: https://issues.apache.org/jira/browse/CALCITE-5688
> Project: Calcite
> Issue Type: Improvement
> Components: server
> Reporter: Sumeet
> Priority: Minor
> Labels: pull-request-available
> Fix For: 1.35.0
>
>
> Calcite should support parse truncate syntax like SQL2011
> {code:java}
> <truncate table statement> ::=
> TRUNCATE TABLE <target table> [ <identity column restart option> ]
> <identity column restart option> ::=
> CONTINUE IDENTITY
> | RESTART IDENTITY {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)