[
https://issues.apache.org/jira/browse/CALCITE-5688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17740376#comment-17740376
]
Jiajun Xie commented on CALCITE-5688:
-------------------------------------
Fixed in
[fb6f431|https://github.com/apache/calcite/commit/fb6f43192c4253caea63c0705067a9aa12a3fa74].
Thanks for the PR [~sumeet.gajjar].
Thanks for your review [~VAE].
> 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)