xml-avro icon indicating copy to clipboard operation
xml-avro copied to clipboard

Fixed Complex Type Support

Open bonchef opened this issue 6 years ago • 1 comments

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.

bonchef avatar Nov 13 '19 14:11 bonchef

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: )

GeethanadhP avatar Dec 13 '19 01:12 GeethanadhP