spark-avro
spark-avro copied to clipboard
User defined type or enums support
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.