You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Julian Hyde (Jira)" <ji...@apache.org> on 2020/06/01 17:23:00 UTC

[jira] [Resolved] (CALCITE-3946) Add parser support for MULTISET/SET and VOLATILE modifiers in CREATE TABLE statements

     [ https://issues.apache.org/jira/browse/CALCITE-3946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Julian Hyde resolved CALCITE-3946.
----------------------------------
    Resolution: Fixed

Fixed in [8daba7|https://github.com/apache/calcite/commit/8daba770396193f91d967d0e649d42f1057e0d95]. Thanks for the PR, [~dschmitt]!

> 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)