You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by "JiajunBernoulli (via GitHub)" <gi...@apache.org> on 2023/06/04 02:51:19 UTC

[GitHub] [calcite] JiajunBernoulli commented on a diff in pull request #3188: [CALCITE-5688] Support TRUNCATE TABLE DDL statement in Babel parser

JiajunBernoulli commented on code in PR #3188:
URL: https://github.com/apache/calcite/pull/3188#discussion_r1216087041


##########
core/src/main/codegen/templates/Parser.jj:
##########
@@ -1136,6 +1137,8 @@ SqlNode SqlStmt() :
         stmt = SqlDrop()
     |
 </#if>
+        stmt = SqlTruncateTable()

Review Comment:
   Please implement it in Babel.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@calcite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org