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

Jun Zhang commented on FLINK-10120:
-----------------------------------

Issue resolved, please refer to FLINK-10170.

> Support string representation for types like array
> --------------------------------------------------
>
>                 Key: FLINK-10120
>                 URL: https://issues.apache.org/jira/browse/FLINK-10120
>             Project: Flink
>          Issue Type: Improvement
>          Components: Table API & SQL, Type Serialization System
>    Affects Versions: 1.6.1, 1.7.0
>            Reporter: Jiayi Liao
>            Assignee: Jun Zhang
>            Priority: Minor
>             Fix For: 1.6.0
>
>
> In TypeStringUtils.readTypeInfo:
> {code:java}
>     case _: BasicArrayTypeInfo[_, _] | _: ObjectArrayTypeInfo[_, _] |
>          _: PrimitiveArrayTypeInfo[_] =>
>       throw new TableException("A string representation for array types is 
> not supported yet.")
> {code}
> This exception makes us unable to create a table schema or format schema with 
> a array type field.
> I'm not sure whether this is an improvement or not, because you throw an 
> exception explicitly here.



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

Reply via email to