xml-avro
xml-avro copied to clipboard
Fixed Complex Type Support
My XSD file have this length limit on some string types such as:
<xs:simpleType name="string20">
<xs:restriction base="xs:string">
<xs:maxLength value="20"/>
Looks like they don't get translated into Fixed type? Is it not supported in the current version?
Thanks.
hi, sorry for the delayed response it is not supported in the current version, (i was under assumption that we don't have such fixed length type in hive :disappointed: )