Hi,
Avro schema contains Array<String> type and we created TableSchema out of the
AvroSchema and created a table in catalog. In the catalog, this specific filed
type shown as ARRAY<VARCHAR(2147483647)>. We are using
AvroRowDeserializationSchema with the connector and returnType of TableSource
showing Array<String> mapped to LEGACY('ARRAY', 'ANY<[Ljava.lang.String;, by
AvroSchemaConverter
when we are running the application, planner validating physical types and
logical types and we are getting below error.
of table field 'XYZ' does not match with the physical type ROW<
Any suggestions on how to resolve this ? is this a bug ?