[jira] [Updated] (CALCITE-3250) Support nested collection type for SqlDataTypeSpec

2019-08-15 Thread Danny Chan (JIRA)


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

Danny Chan updated CALCITE-3250:

Affects Version/s: 1.20.0
  Component/s: core

> Support nested collection type for  SqlDataTypeSpec
> ---
>
> Key: CALCITE-3250
> URL: https://issues.apache.org/jira/browse/CALCITE-3250
> 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: 20m
>  Remaining Estimate: 0h
>
> According to SQL-2011, collection type can be nested:
> {code:sql}
>  ::=
>ARRAY [bracket or trigraph> ]
>  ::=
>   
> {code}
> *Example*:
> {code:sql}
> int array array;
> int multiset array;
> {code}



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


[jira] [Updated] (CALCITE-3250) Support nested collection type for SqlDataTypeSpec

2019-08-15 Thread Danny Chan (JIRA)


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

Danny Chan updated CALCITE-3250:

Fix Version/s: 1.21.0

> Support nested collection type for  SqlDataTypeSpec
> ---
>
> Key: CALCITE-3250
> URL: https://issues.apache.org/jira/browse/CALCITE-3250
> Project: Calcite
>  Issue Type: Sub-task
>Reporter: Danny Chan
>Assignee: Danny Chan
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.21.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> According to SQL-2011, collection type can be nested:
> {code:sql}
>  ::=
>ARRAY [bracket or trigraph> ]
>  ::=
>   
> {code}
> *Example*:
> {code:sql}
> int array array;
> int multiset array;
> {code}



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


[jira] [Updated] (CALCITE-3250) Support nested collection type for SqlDataTypeSpec

2019-08-15 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated CALCITE-3250:

Labels: pull-request-available  (was: )

> Support nested collection type for  SqlDataTypeSpec
> ---
>
> Key: CALCITE-3250
> URL: https://issues.apache.org/jira/browse/CALCITE-3250
> Project: Calcite
>  Issue Type: Sub-task
>Reporter: Danny Chan
>Assignee: Danny Chan
>Priority: Major
>  Labels: pull-request-available
>
> According to SQL-2011, collection type can be nested:
> {code:sql}
>  ::=
>ARRAY [bracket or trigraph> ]
>  ::=
>   
> {code}
> *Example*:
> {code:sql}
> int array array;
> int multiset array;
> {code}



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