[ https://issues.apache.org/jira/browse/FLINK-10120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jun Zhang updated FLINK-10120: ------------------------------ Affects Version/s: 1.7.0 1.6.1 Fix Version/s: 1.6.0 Component/s: Table API & SQL > 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: buptljy > 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)