Hey, I've stumbled across a weird behavior and was wondering whether this is intentional for some reason or the result of a weird bug. So, basically currently if we want to create *org.apache.flink.table.api.Schema *taht has one of the types defined as *RAW (*AVRO enum in my case) it's probably not possible ATM. I've created arrays with names and types, but it's impossible to create the *Schema* due to the following error:
*Could not find a common type for arguments: [BIGINT, BIGINT, RAW('org.test.TestEnum', '...'), INT, STRING, BIGINT]* Is that intentional ? If so, is there a way to create a *Schema* that has *RAW* types ? Thanks, Cheers, Dom.