You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Danny Chan (JIRA)" <ji...@apache.org> on 2019/08/07 01:29:00 UTC

[jira] [Comment Edited] (CALCITE-3231) Support ARRAY type for SqlDataTypeSpec

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

Danny Chan edited comment on CALCITE-3231 at 8/7/19 1:28 AM:
-------------------------------------------------------------

Sure, i have fired a new issue CALCITE-3232 to solve this problem.


was (Author: danny0405):
Sure, i have fired a new issue CALCITE-3213 to solve this problem.

> Support ARRAY type for SqlDataTypeSpec
> --------------------------------------
>
>                 Key: CALCITE-3231
>                 URL: https://issues.apache.org/jira/browse/CALCITE-3231
>             Project: Calcite
>          Issue Type: Sub-task
>          Components: core
>    Affects Versions: 1.20.0
>            Reporter: Danny Chan
>            Assignee: Danny Chan
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.21.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> This is the grammar copied from SQL-2011:
> {code:sql}
> <array type> ::=
>   <data type> ARRAY
>     [ <left bracket or trigraph> <maximum cardinality> <right bracket or trigraph> ]
> <maximum cardinality> ::=
>   <unsigned integer>
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)