[jira] [Comment Edited] (CALCITE-2045) Support "CREATE TYPE" DDL

2018-03-14 Thread Shuyi Chen (JIRA)

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

Shuyi Chen edited comment on CALCITE-2045 at 3/14/18 8:29 PM:
--

Hi [~julianhyde], that sounds good to me. Can you take another look at the PR 
at your convenience? thanks.


was (Author: suez1224):
[~julianhyde], sounds good to me. Can you take another look at the PR at your 
convenience? thanks.

> Support "CREATE TYPE" DDL
> -
>
> Key: CALCITE-2045
> URL: https://issues.apache.org/jira/browse/CALCITE-2045
> Project: Calcite
>  Issue Type: New Feature
>  Components: core
>Reporter: Shuyi Chen
>Assignee: Shuyi Chen
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Comment Edited] (CALCITE-2045) Support "CREATE TYPE" DDL

2018-02-28 Thread Shuyi Chen (JIRA)

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

Shuyi Chen edited comment on CALCITE-2045 at 2/28/18 8:25 AM:
--

Hi [~julianhyde], initial [PR|https://github.com/apache/calcite/pull/638] is 
attached, could you please help take a look?


was (Author: suez1224):
[~julianhyde], initial [PR|https://github.com/apache/calcite/pull/638], could 
you please help take a look?

> Support "CREATE TYPE" DDL
> -
>
> Key: CALCITE-2045
> URL: https://issues.apache.org/jira/browse/CALCITE-2045
> Project: Calcite
>  Issue Type: New Feature
>  Components: core
>Reporter: Shuyi Chen
>Assignee: Shuyi Chen
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Comment Edited] (CALCITE-2045) Support "CREATE TYPE" DDL

2018-02-07 Thread Shuyi Chen (JIRA)

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

Shuyi Chen edited comment on CALCITE-2045 at 2/8/18 3:15 AM:
-

Hi [~julianhyde], I think I'll need to extend SqlDataTypeSpec to pass the 
schema (or something equivalence to provide access to the registered UDT) for 
SqlDataTypeSpec.deriveType(). Otherwise, after I create a type using "_CREATE 
TYPE mytype1 as int_", when I use the type to, say, _create table t (c 
mytype1),_ it will fail. Because the type info is only registered in the 
schema, and SqlDataTypeSpec has to access the created user-defined type through 
schema. However, this might be difficult because not all call sites of 
SqlDataTypeSpec.deriveType can provide access to the schema. If this is the 
right option, I can try to modify all call sites to provide access to the 
schema directly or indirectly.  Do you have any suggestions? 


was (Author: suez1224):
Hi [~julianhyde], I think I'll need to extend SqlDataTypeSpec to pass the 
schema (or something equivalence to provide access to the registered UDT) 
during SqlDataTypeSpec.deriveType call. Otherwise, after I create a type using 
"_CREATE TYPE mytype1 as int_", when I use the type to, say, _create table t (c 
mytype1),_ it will fail. Because the type info is only registered in the 
schema, and SqlDataTypeSpec has to access the created user-defined type through 
schema. However, this might be difficult because not all call sites of 
SqlDataTypeSpec.deriveType can provide access to the schema. If this is the 
right option, I can try to modify all call sites to provide access to the 
schema directly or indirectly.  Do you have any suggestions? 

> Support "CREATE TYPE" DDL
> -
>
> Key: CALCITE-2045
> URL: https://issues.apache.org/jira/browse/CALCITE-2045
> Project: Calcite
>  Issue Type: New Feature
>  Components: core
>Reporter: Shuyi Chen
>Assignee: Shuyi Chen
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Comment Edited] (CALCITE-2045) Support "CREATE TYPE" DDL

2017-11-10 Thread Shuyi Chen (JIRA)

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

Shuyi Chen edited comment on CALCITE-2045 at 11/10/17 9:09 PM:
---

Hi [~julianhyde], what do you think of supporting this in Calcite DDL? Or is it 
better to extend the parser in the project itself similar to Drill? 


was (Author: suez1224):
Hi [~julianhyde], what do you think of supporting this in Calcite DDL?

> Support "CREATE TYPE" DDL
> -
>
> Key: CALCITE-2045
> URL: https://issues.apache.org/jira/browse/CALCITE-2045
> Project: Calcite
>  Issue Type: New Feature
>  Components: core
>Reporter: Shuyi Chen
>Assignee: Julian Hyde
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)