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

Julian Hyde commented on CALCITE-3946:
--------------------------------------

Based on the feedback from the dev@ thread, I think that moving DDL classes to 
core is better than copy-pasting them from server into babel. So I'll do that. 
(If we start to see weird things added to core because of dialect differences 
in babel, I may backtrack on this decision.)

I think I can push this over the finish line in the next day or two.

[~dschmitt], Github says that you deleted the branch that was the source of the 
PR, and closed the PR. However I am still able to pull from the PR. I tend to 
pull from the PR, add some extra refactoring, and merge to master. Let me know 
if you have a problem with that.

> Add parser support for MULTISET/SET and VOLATILE modifiers in CREATE TABLE 
> statements
> -------------------------------------------------------------------------------------
>
>                 Key: CALCITE-3946
>                 URL: https://issues.apache.org/jira/browse/CALCITE-3946
>             Project: Calcite
>          Issue Type: Improvement
>          Components: babel
>    Affects Versions: 1.22.0
>            Reporter: Drew Schmitt
>            Assignee: Julian Hyde
>            Priority: Major
>             Fix For: 1.24.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Add support to Calcite's Babel parser for {{MULTISET}}/{{SET}} and 
> {{VOLATILE}} modifiers in {{CREATE TABLE}} statements.
> The syntax for these statements is:
> {code:sql}
>  CREATE TABLE [SET|MULTISET] [VOLATILE] <table_name>
>    [IF NOT EXISTS] (<column_name> <data_type>, ...);
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to