Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Duplicate
-
1.6.1, 1.7.0
-
None
-
Duplicated by
FLINK-10170
Description
In TypeStringUtils.readTypeInfo:
case _: BasicArrayTypeInfo[_, _] | _: ObjectArrayTypeInfo[_, _] | _: PrimitiveArrayTypeInfo[_] => throw new TableException("A string representation for array types is not supported yet.")
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.
Attachments
Issue Links
- is duplicated by
-
FLINK-10170 Support string representation for map and array types in descriptor-based Table API
- Resolved