databricks/spark-avro

User defined type or enums support

Opened this issue · 1 comments

Avro scheme supports ENUM datatype. Spark SQL through the UserDefinedType somehow supports enums too. But currently spark-avro plugin doesn't support saving enums or userdefinedtypes to avro format. It would be good if plugin would support it.

This is a must for me too.