I am using databricks
for my use-case where I have to convert avro
schema to struct type
. When I searched, it says spark-avro
has SchemaConverters
to do that. However, I am using spark-avro-2.11-4.0
library and when I use SchemaConverters
, I get
"error: not found: value SchemaConverters".
Please help on how to solve this issue.