databricks / spark-xml

XML data source for Spark SQL and DataFrames
Apache License 2.0
499 stars 226 forks source link

In XSD, handle frac digits for decimal types. Also try to support custom type declarations in the XSD #638

Closed srowen closed 1 year ago

srowen commented 1 year ago

Two things:

Support frac digits, not just scale, in XSD schemas when reading XSDs as schema.

Also, try to support simple named types in the XSD along the way.