You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Jiajun Xie (Jira)" <ji...@apache.org> on 2023/06/18 02:45:00 UTC

[jira] [Comment Edited] (CALCITE-5688) Support TRUNCATE TABLE DDL statement in Babel parser

    [ https://issues.apache.org/jira/browse/CALCITE-5688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17733838#comment-17733838 ] 

Jiajun Xie edited comment on CALCITE-5688 at 6/18/23 2:44 AM:
--------------------------------------------------------------

hi [~sumeet.gajjar] :

I implemented SQL2011 syntax in Babel Parser
{code:java}
TRUNCATE TABLE <target table>
[ RESTART IDENTITY | CONTINUE IDENTITY ]{code}
 

You are you are co-author, would you please review it?

[https://github.com/apache/calcite/pull/3274]


was (Author: jiajunbernoulli):
hi [~sumeet.gajjar] :

I implemented SQL2011 syntax in Babel Parser
TRUNCATE TABLE <target table>
[ RESTART IDENTITY | CONTINUE IDENTITY ]
 

You are you are co-author, would you please review it?

https://github.com/apache/calcite/pull/3274

> Support TRUNCATE TABLE DDL statement in Babel parser
> ----------------------------------------------------
>
>                 Key: CALCITE-5688
>                 URL: https://issues.apache.org/jira/browse/CALCITE-5688
>             Project: Calcite
>          Issue Type: Task
>          Components: babel, core
>            Reporter: Sumeet
>            Priority: Minor
>              Labels: pull-request-available
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)