After CASSANDRA-10365, schema column types are expressed as CQL types and parsed with DataTypeCqlNameParser.
As it happens, this doesn't work if a column is created with a "custom" type, e.g.:
In this case, the column type for c is still expressed as Cassandra internal class names.